Home Forums Theme support Loovo Theme Header Height

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 7 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hello, I am working with the Loovo theme. I am a relatively new wordpress user.

    The issue I’m having concerns the Header/Navigation/Logo banner. The banner seems to have a fixed height and is always visible. Because of this, the mobile views are extremely constrained, particularly landscape mode, as the banner hangs down over 1/3rd of viewscreen.

    Is there a way I can adjust the height for the banner? Or possibly to stop it from staying static “always on” the page on the mobile version?

    Thank you.

    Hi,

    you can remove the sticky header on mobile devices with css code. Please add this code at the end of your style.css file:

    @media only screen and (max-width: 979px) {
        #nav.one_page_fixed {
            position:relative !important;
        }
    }

    This should solve the problem.

    It worked, thank you very much!

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.