Hello,
I am having an issue where the mobile menu is overlapping with other menu items. For reference I have attached this screenshot: https://snipboard.io/p0P9ye.jpg
This topic has 4 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hello,
I am having an issue where the mobile menu is overlapping with other menu items. For reference I have attached this screenshot: https://snipboard.io/p0P9ye.jpg
Hello,
Add the below code to Theme Options > Custom CSS
.mobile-header-wrapper .nav-sublist-dropdown > .container > ul, .mobile-header-wrapper .menu-static-block {
height: auto !important;
}
Regards
Hello,
I have added the code to the global css section and cleared cache, however I am still obtaining the same issue.
Code screenshot= https://snipboard.io/ekT3nN.jpg
Hello,
Thanks for the reply.
Change the previous code to
body .mobile-header-wrapper .nav-sublist-dropdown>.container>ul, body .mobile-header-wrapper .menu-static-block {
height: auto !important;
}
Regards
The issue related to '‘Mobile menu formatting’' has been successfully resolved, and the topic is now closed for further responses