[Resolved] How to reduce space between post heading and featured image

Home Forums Support [Resolved] How to reduce space between post heading and featured image

Home Forums Support How to reduce space between post heading and featured image

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1315966
    Data

    I disabled date and author, now I want to reduce space between post heading (H1) and Featured images.

    #1316113
    Data

    Please check my problem. thank you

    #1316156
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try this option here?
    https://docs.generatepress.com/article/content-separator/

    Let me know πŸ™‚

    #1316181
    Data

    Unfortunately, there is no “Content” open in the layout. I want to reduce space above the featured post image. (In-between post heading and featured image)

    #1316192
    Leo
    Staff
    Customer Support

    Sorry that’s a typo. Try going to Customizer > Layout > Container.

    Let me know πŸ™‚

    #1316220
    Data

    Yes, Content Separator is already set on 0 em but still, there is spece

    #1316379
    Leo
    Staff
    Customer Support

    Try this CSS:

    .post-image-below-header.post-image-aligned-center .inside-article .featured-image {
        margin-top: 0.5em;
    }
    .separate-containers .inside-article>[class*=page-header-] {
        margin-bottom: 0.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1316494
    Data

    Leo is Guru

    #1316915
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

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