[Resolved] Reduce space between image and text

Home Forums Support [Resolved] Reduce space between image and text

Home Forums Support Reduce space between image and text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437007
    NICOLO’

    Hello, I saw other people tried to set different space between text and elements. But it didn’t work for me.

    I need to reduce space between title and featured image in archive view.

    And also reduce space before title

    screenshot

    #1437031
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-summary, .post-image-below-header.post-image-aligned-left .inside-article .post-image {
        margin-top: 0.5em;
    }
    .separate-containers .site-main {
        margin-top: 0;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1437063
    NICOLO’

    Perfect.
    Thx

    #1437083
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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