Hiding menu when past 580px
4 months 2 weeks ago #72119
by tphoenix5
Hiding menu when past 580px was created by tphoenix5
I have an issue where the menu stays visible past the resolution set in the css. Is there a switch for it to be hidden when larger than 580?
Url: dev2.coventrycreations.com
Url: dev2.coventrycreations.com
Please Log in or Create an account to join the conversation.
4 months 2 weeks ago #72121
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Hiding menu when past 580px
Hi
I have checked :
- the menu ID 336 is a mod_menu that is hidden in all resolutions and used for the mobile menu
- the menu that is shown over 580px is a DJ megamenu (another module), which is not related to the mobile menu
CEd
I have checked :
- the menu ID 336 is a mod_menu that is hidden in all resolutions and used for the mobile menu
- the menu that is shown over 580px is a DJ megamenu (another module), which is not related to the mobile menu
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
4 months 2 weeks ago #72122
by tphoenix5
Replied by tphoenix5 on topic Hiding menu when past 580px
I'm getting the attached over lap when testing on the tablet. The dj mega menu and other modules should be visible past the 580px. Howdo I correct that overlap?
Please Log in or Create an account to join the conversation.
4 months 2 weeks ago #72123
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Hiding menu when past 580px
this comes from your template in the mobile.css file
you must remove that, because it overrites the mobile menu css that adds a padding top of 40pxbody {
padding: 10px 5px 30px 5px !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds