[Resolved] header mobile

Home Forums Support [Resolved] header mobile

Home Forums Support header mobile

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1180442
    Carlo

    Hi, I added a slider to the site’s header.
    In mobile view the distance between header and content increases.
    I tried to check the css but I don’t understand what I have to correct.

    I would like to know if I can correct with generatepress …

    Thank you

    #1180756
    David
    Staff
    Customer Support

    Hi there,

    in the Header Element you have the Full Height option enabled. To disable this on mobile you can add this CSS:

    @media (max-width: 768px) {
        .page-hero {
            min-height: unset !important;
        }
    }
    #1180759
    Carlo

    Thanks!!!

    #1181256
    David
    Staff
    Customer Support

    You’re welcome

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