Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266820
    amoraiti
    Participant

    Hello,

    I have translated my website in German and the navigation menu does not break when it gets bigger than the screen but moves under the logo. Although it breaks perfectly for the English navigation menu.

    I have attached a gif that demonstrates the issue!

    Do you have any advise on how to solve the issue?
    Thanks you very much!

    Argyro

    #1266872
    Joao
    Moderator

    Hi There,

    Your image did not upload, it needs to be max 500kb and please provide your URL.

    Thanks

    Joao

    #1266875
    amoraiti
    Participant
    This reply has been marked as private.
    #1266980
    Rupok
    Member

    Hi Argyro,

    The menu breakpoint is working perfectly and both breaks to mobile menu when screen size is under 980px. But I gues your issue is not related to breakpoint but the large menu that’s breaking to new line. It’s simple because you have so many items and there is no enough space on Navbar for them.

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

    @media only screen and (min-width: 980px) and (max-width: 1350px) {
    .x-navbar .x-container.max.width {
      width: 95%;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 10px;
    }
    }
    
    @media only screen and (min-width: 980px) and (max-width: 1130px) {
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
      font-size: 9px;
      padding-left: 8px;
      padding-right: 8px;
    }
    }

    Hope this helps.

    #1270366
    amoraiti
    Participant

    Thanks a lot! It solved my problem! You guys are amazing!

    #1270372
    Paul R
    Moderator

    You’re welcome! 🙂

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