Good afternoon.
I am trying to create a list of specific blog posts for my news page – I would like the thumbnail image to be displayed on the right alongside the text rather than in the centre above it. Please could you let me know if there is a way of doing this? I am using small author, small preview pic.
Link to page is below.
Many thanks.
Hey LizSomerville,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .blog-meta {
float: right;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much.