Tagged: blog posts
Hi,
I have been using some css from you here in the forum already regarding getting the blog posts with image on the left and text on the right. But I can’t find out how to make the images closer to the text, more to the right. No there’s a large gap.
Look here: http://vqcethy2lz27duwd.prev.site/foredragsholdere/
Any clue?
Thanks, Mathilde
Hey mofix,
Thank you for using Enfold.
Use this css code to adjust the images’ position.
#top .fullsize .template-blog .blog-meta {
left: 100px;
}
Best regards,
Ismael
Thanks a lot Ismael, that did the trick!! :-) I have removed the meta tags under titles, but there’s a large space there now between title and text. Any way to get less space there?
Thanks a lot for great support! You guys are the best!!
x Mathilde
Hi Mathilde,
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 .post-title {
padding-bottom: 0;
}
#top .fullsize .template-blog .entry-content > p {
margin-top: 5px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks a lot!! :-)
Kindly regards, Mathilde
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon