This topic has 8 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello guys. What do we need to do to have the Mobile Menu stay in a line per line, single vertical column? For example, when it switches over to the “hamburger”, the menu will remain a single column until the screen res is high enough for the “hamburger” to disappear.
See screenshot to what it needs to look like once the “hamburger” appears. Thanks!
Hello,
If I understand you correctly you can try to add this code in Theme Options->Styling->Custom CSS->Custom CSS for tablet
.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
min-width: 100%;
}
Regards,
Robert Hall
Robert, I think you understand. But somewhere in between tablet and Mobile res it does this. See attached. Back to two column layout.
Is there anyway the column can stay the same width as in Mobile? I really didn’t think it would stretch across the entire screen for tablets.
Hello,
I’ve added the same code in to Custom CSS for mobile landscape. Please check it.
Regards,
Robert Hall
Can you please screenshot me what you’re seeing that fixes the issue?
I’ve added the same code in Custom CSS for mobile landscape.
.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
min-width: 100%;
}
See results: http://prntscr.com/c33aqb
Regards,
Robert Hall
Then we’re seeing the same thing. i was saying I wanted the width to be the same as with Mobile…no matter which device you’re viewing it on. Anytime that hamburger shows up, the width of the menu will be always the same as mobile width.
If that makes sense.
Hello,
Do you mean fixed width? I’ve added this code in Custom CSS. Please check.
.navbar-collapse {
max-width: 400px;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up