Site logo

Archived topic

Missing Header on tablet view

5 replies · Started by Samiline on March 7, 2022

Viewing posts 1–6 of 6

Hello,

Thank you for your help. Kindly see the provided login details

Hi there,

yeah thats an issue with merged headers set to only Mobile, they won't respect a modified mobile breakpoint with that setup. You can try adding some CSS to fix that:

@media (max-width: 870px) {
    .main-navigation, .main-navigation ul ul {
        background-color: #fff !important;
    }
    #mobile-header .site-logo.mobile-header-logo {
        display: block !important;
    }
    .header-wrap {
        position: static;
    }
}

Thanks David!

That worked perfectly! Just what I needed. Thanks again!

Glad to hear that!!

This archived topic is closed to new replies.