Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Both EasyMegaMenu and collapsed original menu is visible on tablets and phones

More
5 years 2 months ago #23985 by Per-Eric Nilzén
I'm using Joomla template "protostar" together with EasyMegaMenu and to have it work on small screens I have added the following to the template css:
@media (max-width: 979px){
.navbar.pull-left{
display:none;
}
.nav-collapse {
overflow: visible!important;
height: auto!important;
z-index: 100!important;
}
}
On small screens it looks like both the original collapsed menu and the easy mega menu is visible. How do I get rid of the original collapsed menu?
You can have a look at my website www.ifmr-norden.org

Please Log in or Create an account to join the conversation.

More
5 years 2 months ago #24019 by HaiND
Hi
Thank you for feedback us
please go to back-end module -> tab advanced -> custom CSs and add code:

@media (max-width: 979px){
.navbar.pull-left {
display: none!important;
}
}

as image bellow:
prnt.sc/m4pp0o
Hope it will help you
Thanks

Best Regards
--HaiND--
The following user(s) said Thank You: Per-Eric Nilzén

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.031 seconds
Powered by Kunena Forum