Hiya!
I’m having some issues with my blog.
I’ve put the blog on: Single author, small preview pic.
But I dont want the featured image to be displayed on top of the header.
I need it to be on the left side just like: http://i.imgur.com/avqPAPo.png
I can fix it by having a sidebar, but i dont want a side bar.
Please help.
Yours Faithfully,
Abos
Hey!
Try enabling the Sidebar and adding this code to the Quick CSS:
.single .sidebar{
display: none !important;
}
Cheers!
Josue