Hi guys,
take a look at this page
http://stsjohna.wwwsr11.supercp.com/
would like to left justify the image and the title of the post. It would be nice if I can get the image to be to the left of the post title and excerpt. Right now there is a lot of wasted space to the left and right of the image.
I hope you can help me on this
thanks
Hey fixedopsinsight!
Please add following code to Quick CSS in Enfold theme options
#top .fullsize .template-blog .blog-meta { margin-left: 0; }
#top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }
Best regards,
Yigit
Thanks Yigit, If I wanted to remove the image all together, can you give me a code to do that?
Hey!
You can use following code to remove the image
#top .fullsize .template-blog .blog-meta { display: none; }
Best regards,
Yigit
outstanding,
thanks, this is a great theme