[Resolved] Setting to change text spacing for grid view?

Home Forums Support [Resolved] Setting to change text spacing for grid view?

Home Forums Support Setting to change text spacing for grid view?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #469681
    Travis

    On my blog home page, I am trying to close the gap of the titles / images. Too much space. I can’t seem to figure out where I can do that?

    https://thp.goodgallery.com/blog/

    #469720
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .post-image-above-header .inside-article .post-image {
        margin-bottom: 0.5em;
    }

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

    #469916
    Travis

    Leo is there also a way to close the gap on the exert text in relation to the title?

    The code worked perfect for the title vs. the bottom of the featured image tho!! Thank you!!

    #470008
    Leo
    Staff
    Customer Support

    This should work:

    .entry-summary {
        margin-top: 0;
    }
    #470289
    Travis

    Perfect!

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