[Resolved] How do I close the gray header gap on mobile?

Home Forums Support [Resolved] How do I close the gray header gap on mobile?

Home Forums Support How do I close the gray header gap on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429925
    Andy

    Hi there,

    How do I close this gap on mobile devices only? I’d like the post and the header to be flush.

    View post on imgur.com

    Thank you!

    #1429985
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .separate-containers .site-main {
            margin-top: 0;
        }
    }

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

    Let me know if this helps 🙂

    #1430035
    Andy

    fantastic thank you !

    #1430057
    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.