Tagged: single post, thumbnail
Hello! I need to place the thumbnail on the left in the text in single post. In other words, the title and the text should wrap around the thumbnail. Is that possible?
My website
http://vkk-journal.ru/ko-vtoromu-chteniyu-podgotovlen-zakonoproekt-detaliziruyushhiy-vidyi-administrativnyih-pravonarusheniy-dlya-kpk-skpk-mfo/
Thanks!
Hi alisa_kononenko!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
single-post .big-preview.single-big { width: 200px; float: left; }
.single-post .template-blog .post .entry-content-wrapper { overflow: visible; }
It should look like this http://i.imgur.com/hWpORPB.jpg
Regards,
Yigit
Yigit, thank you! It’s great!
But now there was another question. On the main page:http://vkk-journal.ru/, where the blog exerpts, the text was also the wrap around image. I’d like to return it as it was: a vertical line from picture to picture and the text on the right.
How to do it?
Hi!
I have updated the code i posted in my previous post. Please replace it in Quick CSS so it should be applied only on single blog page
Regards,
Yigit
Yigit, it’s work!
Amazing! Thank you!