×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX CSS3 Mega Menu
menu double
menu double
Less
More
Posts: 2
Thank you received: 0
7 years 7 months ago - 7 years 7 months ago #16564
by Brian
The menu appear responsive on mobile device with a grey menu, I have to click before it open the next menu bar, the blue one.
How do I avoid the grey one, so It start up with the blue menu bar ?
See on aqua-partners.dk
Last edit: 7 years 7 months ago by
Brian .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 116
Thank you received: 7
7 years 7 months ago #16570
by 31234
Dear Customer,
Thank you so much for using our product. Hopefully you enjoy our module.
As your request, please go to modules -> mod_jux_css3_mega_menu -> advanced options tab and add the following code into Custom CSS
@media (max-width: 979px){
.nav-collapse, .nav-collapse.collapse{
height: auto!important;
}
.navbar .btn-navbar{
display: none!important;
}
}
Pls take a try and give me a feedback.
Best regards,
HieuPT
Please Log in or Create an account to join the conversation.
Less
More
Posts: 2
Thank you received: 0
Less
More
Posts: 116
Thank you received: 7
7 years 7 months ago #16583
by 31234
Hi
Thanks for your feedback. Hopefully you enjoy our products
Best regards,
HieuPT
Please Log in or Create an account to join the conversation.
Less
More
Posts: 5
Thank you received: 0
7 years 2 months ago #17948
by Elizabeth C. Schantz
This solution got me most of the way, but prevented the menu from dropping down at certain widths. I ended up using the following, and want to share it with others who might encounter the same problem I did:
@media (max-width: 979px){
.nav-collapse, .nav-collapse.collapse{
height: auto!important;
overflow:visible;
clear: none;
}
.navbar .btn-navbar{
display: none!important;
}
}
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX CSS3 Mega Menu
menu double
Time to create page: 0.045 seconds