Tagged: x
-
AuthorPosts
-
November 22, 2016 at 8:19 am #1266820
amoraitiParticipantHello,
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
November 22, 2016 at 8:54 am #1266872
JoaoModeratorHi There,
Your image did not upload, it needs to be max 500kb and please provide your URL.
Thanks
Joao
November 22, 2016 at 9:00 am #1266875
amoraitiParticipantThis reply has been marked as private.November 22, 2016 at 10:11 am #1266980
RupokMemberHi 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.
November 25, 2016 at 4:19 am #1270366
amoraitiParticipantThanks a lot! It solved my problem! You guys are amazing!
November 25, 2016 at 4:30 am #1270372
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1266820 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
