Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    you can make it work by adding the following css to your child theme‘s style.css file or to a custom css plugin.

    @media only screen and (max-width: 60em) {
        #main-navigation > .sf-menu > ul {
            max-height: inherit !important;
            overflow: visible;
        }
    }

    Hope it helps!!

    Thanks

    Hi your code works, the submenus are shown but the problem is that it shows the menu and the submenu everytime. Not good user experience.

    I would like if possible to show juste the categories of the main menu and only show sub menus only if somebody put his mouse cursor and one category of the menu. (a normal menu finally)

    thanks for your help!
    Regards

    on one category of the menu (last sentence)

    Hi B

    can you share a link for me to have a look?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Submenu on mobile and tablet device’ is closed to new replies.