• Resolved pirulin

    (@pirulin)


    I need help with the mobile menu.
    When accessing the menu from a smartphone, The menu display all sub-items for sub menu. How can I make them show only when they click on the menu option corresponding to the sub menu?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @pirulin,

    Please add the following lines of code into Customizer -> Additional CSS.

    @media only screen and (max-width: 320px) {
    
    .header-menu-sidebar-inner .builder-item--primary-menu .primary-menu-ul.dropdowns-expanded > li > .sub-menu {
       max-height: 0;
    }
    }

    Please let me know if it worked.

Viewing 1 replies (of 1 total)

The topic ‘Mobile sub menu problem’ is closed to new replies.