Tagged: thumbnails
How to make image wrapping for widget “Posts in blog”?
On page http://kino-casting.ru/novosti the post thumbnail is above post excerpt, but I want it in front of text, like here: http://cadreantique.ru/category/novosti/
Hi!
You can choose one of the other blog layouts from the theme options to get something like that. I think this one is the only option with th e image next to the content: http://kriesi.at/themes/enfold/blog/blog-single-small/
Regards,
Devin
Hello!
Thanks, but there is another problem – a grey area appears under thumbnail – how to remowe that?
http://kino-casting.ru/novosti/
and – I dont want thumbnail to appear in single post – it shrinking entry-content area too much.
Example: http://kino-casting.ru/nikolay-vasilevich-nevrev-chast-2.html
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }
.small-preview img, .big-preview img { height: 82px; }
Best regards,
Yigit
Thank you, awesome support!)