Site logo

[Support request] Big blank space where tags used to be

Home Forums Support [Support request] Big blank space where tags used to be

Home Forums Support Big blank space where tags used to be

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

    I had the tags and category showing underneath each post in the archive view then I decided to take it out but now there’s a big white space under each post.

    Here’s what I’m referring to (marked in red): https://drive.google.com/file/d/1jLGvKiJWB7jRG854Fa-oPBcASOUJkCx1/view

    How do I get rid of it? thanks

    #2445639
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2445717
    Kiva

    Yep, here it is

    #2445971
    Fernando
    Customer Support

    Hi Kiva,

    Can you try adding this through Appearance > Customize > Additional CSS:

    :is(.blog,.archive) .inside-article :is(.entry-summary, footer.entry-meta) {
        margin-top: 0 !important;
    }
    
    :is(.blog,.archive) article {
        margin-bottom: 0 !important;
    }

    Then, can you go to Appearance > Customize > Layout > Container, and alter the Container Padding values there?

    Let us know how it goes.

    #2446896
    Kiva

    That worked, thanks!

    #2449566
    Fernando
    Customer Support

    You’re welcome, Kiva!

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