Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1062656
    Simon T
    Participant

    Hi Guys,

    Just wondering how I can stop the navbar items dropping off at smaller screen sizes? Even if that means using the mobile menu at smaller screens, how do I set this?

    #1062657
    Simon T
    Participant
    This reply has been marked as private.
    #1062794
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s causing because you have set large size for the logo image, larger font size for menu items,some messy custom CSS etc.
    You can add this under Custom > CSS in the Customizer.

    
    @media only screen and (max-width: 1450px) {
    header .x-container.max {
      padding-right: 10px;
    }
    
    .x-brand img {
      width: 250px;
    }
    
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
      font-size: 14px;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 45px;
    }
    }
    
    @media only screen and (max-width: 1450px) {
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
      font-size: 12px;
    }
    }

    Let’s adjust the CSS within media queries if needed.

    Hope this helps.

    Cheers!

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