Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1355116
    simonchendry
    Participant

    Hi there,

    If I resize my browser, there is a period where the menu bar drops below the page title and obscures the page title. Is there a way to avoid this? Here is an example of my problem:

    Personal

    Many thanks,
    Simon

    #1355348
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    We are unable to replicate the issue here. Would you mind providing us with a Screenshot to take a closer look of it?

    Thanks for understanding!

    #1356527
    simonchendry
    Participant

    sure. have attached one here. you can see that the menu bar is masking the page title “personal”

    thanks

    #1356594
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    
    @media (max-width: 1410px) {
        .x-navbar .x-nav-wrap.desktop {
             display:none;
        }
    
    .masthead-inline .x-btn-navbar {
        display: block;
        float: right;
    }
    
    .x-navbar .x-nav-wrap.mobile {
        display:block;
    }
    
    .x-navbar .x-nav-wrap.mobile.collapse {
        display:none;
    }
    .x-navbar .x-nav-wrap.mobile.collapse.in {
        display:block !important;
    }
    
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1355116 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>