Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1014459

    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

    #1014636

    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

    #1014650

    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

    #1014821

    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

    #1014915

    Thanks a lot!! :-)
    Kindly regards, Mathilde

    #1014918

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.