Thread starter
dinb
(@dinb)
Probleem is als volgt opgelost ondertussen:
Find this code on line 138 in your style.css file:
.page-template-showcase-php section.recent-posts {
float: right;
margin: 0 0 0 31%;
width: 69%;}
ADD this:
display: none;
So finished code should look like this:
.page-template-showcase-php section.recent-posts {
float: right;
margin: 0 0 0 31%;
width: 69%;
display: none;
}
Deze oplossing werkte prima!