Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #1177428

    Hey 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 Shannon

    #1177547

    Hi,

    It still doesn’t work as expected. CSS code added but menu is still not working.

    #1177740

    Hi,

    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 Shannon

    #1178079

    Hi,

    Ok, that definately helped the issue.

    Saying this, now the menu items are very separated, is there a way to get this fixed?

    #1178686

    Menu 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,

    #1178852

    Hi,

    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,
    Ismael

    #1179418

    Thanks, 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:

    https://ibb.co/Sy92Wrd

    #1179793

    Still waiting on feedback for this.

    #1179971

    Hi,

    Please add following code to Quick CSS as well

    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items { clear: both; }

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.