Hello,
This might be silly question but please help
I put several blogposts on my blog and after I publish it, there is like a featured image on the left side,
see this:
this is in mysite.com/blog
http://imgur.com/edvcPT8
this is in mysite.com/the-article
http://imgur.com/NPWhOP8
in your demo page: http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/
I can’t find the image on the left site like in my site.
Please help. Thanks
Hi andri7luck!
You can add this on Quick CSS or custom.css to remove the small preview image:
.small-preview {
display: none;
}
.template-blog .entry-content-wrapper {
margin-left: 80px;
}
Regards,
Ismael
As always, working like charm. Thanks a lot buddy