-
AuthorPosts
-
January 22, 2020 at 3:27 pm #1177215
Hi,
Having issues with mobile menu for submenu items.
The sub-menu items appear when clicked, although the links to the actual pages don’t work. Looking through the code there is one big link to the main page rather than having individual pages to sub-menu items.
Are youa ble to have a look, thanks.
January 23, 2020 at 8:22 am #1177428Hey smarterdigitalmarketing,
Add this to quick css:
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul .sub-menu li a{ height:unset!important; line-height:none!important; }
Best regards,
Jordan ShannonJanuary 23, 2020 at 11:32 am #1177547Hi,
It still doesn’t work as expected. CSS code added but menu is still not working.
January 23, 2020 at 4:57 pm #1177740Hi,
Can you search and find the following in css:
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a { color: #fff; height: auto; line-height: inherit; font-size: inherit; }
and comment out height and line-height
Best regards,
Jordan ShannonJanuary 24, 2020 at 11:33 am #1178079Hi,
Ok, that definately helped the issue.
Saying this, now the menu items are very separated, is there a way to get this fixed?
January 27, 2020 at 1:36 pm #1178686Menu is still buggy, have a look at the development site: http://aci-new.sdm.gridhosted.co.uk/
When you expand the navigation, links don’t correlate to the internal pages.
Need a solution to fix all the issues please, it’s already been a week since I first reported the issue.
Thanks,
January 28, 2020 at 2:59 am #1178852Hi,
Thank you for the update.
The parent menu items are covering the sub menu items. This css code should help.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-show-submenu { z-index: 100; }
Best regards,
IsmaelJanuary 29, 2020 at 1:30 pm #1179418Thanks, this definately fixed the issue.
One last point to address, on mobile menu, when a sub-menu is expanded, the last element comes above the previous one:
January 30, 2020 at 12:28 pm #1179793Still waiting on feedback for this.
January 30, 2020 at 4:36 pm #1179971 -
AuthorPosts
- You must be logged in to reply to this topic.