-
Hello,
The mobile menu looks like number 1 in the link image,
how do I display it the same as the website like number 2?
-
Hi there,
Go to customizer > layout > primary navigation, set the mobile breaking point to 0.
Then link us to your site so we can provide the CSS to make it scroll.
-
Thank you, I shared the information in the private tap.
-
Try this:
@media(max-width: 1085px) { .main-navigation .main-nav>ul { flex-wrap: nowrap; overflow: scroll; max-width: 100%; justify-content: flex-start; } .main-navigation .main-nav>ul >li { flex-shrink: 0; } .main-navigation, .inside-navigation, .main-nav { max-width: 100%; } .main-navigation .inside-navigation { justify-content: flex-start; } }
-
Thank you! However, some of the menu is cut off and I can’t see it, and when I scroll to the right, I get a white blank space.
-
Updated the CSS here:https://generate.support/topic/mobile-menu-7/#post-99260
Let me know if this helps!
-
Thank you so much!
-
You are welcome 🙂
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.