Site logo

Archived topic

header mobile

3 replies · Started by Carlo on February 29, 2020

Viewing posts 1–4 of 4

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

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;
    }
}

Thanks!!!

You're welcome

This archived topic is closed to new replies.