Okay
  Public Ticket #1054398
Dropdown submenu mobile
Closed

Comments

  •  2
    Revi started the conversation

    I fixed this problem once myself, but after a view updates is crooked.

    The dropdrown of a submenu doesn't work on mobile. Can you please help?

    Check the submenu of 'menukaarten' in the main menu on mobile.

    I know my servicetime is over, but stuff keeps happening to this theme that everytime in need to fix. Can you help me out on this one so i can keep using the theme?



  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media screen and (max-width: 768px){
    .navbar-nav > li:hover > .sub-menu {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 5%;
    }
    .navbar-nav > li > .sub-menu li {
        margin: 10px 0px;
    }
    }

    Best Regards,
    Jelly Team