[Resolved] Generatepress-Theme: Space between blog-infos and featured image

Home Forums Support [Resolved] Generatepress-Theme: Space between blog-infos and featured image

Home Forums Support Generatepress-Theme: Space between blog-infos and featured image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39342
    Nick

    Hey Tom,

    what’s the custom css code for the space between the blog-infos (Blog-Title, Date) > < and the featured image of a blog in masonry-view (home-site / my recent blogs)?

    Thanks in advance! ๐Ÿ™‚

    Greetings, Nick

    #39355
    Tom
    Lead Developer
    Lead Developer

    This is the default CSS:

    .post-image {
        margin: 2em 0 0;
    }

    2em is what you want to change to your own value – most likely in pixels.

    #39393
    Nick

    Perfect, thanks! ๐Ÿ™‚

    P.S.: Thats my required adjustment:

    
    .post-image {
        margin: 1em 0 0;
    }

    Greetings, Nick

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