• I love this theme, but i’m having significant trouble with getting the mobile menu to display properly.

    Namely, on the homepage, my menu gets obscured by my calendar widget:
    https://i.imgur.com/Bs8yIH7.png

    and even when no widget is there, the submenus get cut off and don’t display outside of the main menu box (see sports dropdown):
    https://i.imgur.com/PES6RzJ.png

    I can’t for the life of me find what css to edit to rectify this. The site is https://www.wwhowl.net, and the calendar plugin used is is the “all in one calendar” by time.ly

    Thanks a bunch

Viewing 1 replies (of 1 total)
  • Hi,

    I just checking your site and to fix the issue please try to use the following css code:

    ul#menu-main-nav {
        z-index: 3;
    }

    you can adjust the value of the z-index in above, it will bring your menu to the top of the other element.

    and you can use simple custom css plugin to put the code in above.

Viewing 1 replies (of 1 total)
  • The topic ‘Having display troubles with mobile menu’ is closed to new replies.