Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #309140

    How can we reduce the menu items for mobile menu or create a custom menu? Currently our menu has too many items that are not needed for mobile.

    #309162

    Hi!

    Go to Appearance > Menu and enable CSS Classes in “Screen Options”, then set a class of “noMobile” to the menu items you don’t want in the mobile menu.

    Cheers!
    Josue

    #309179
    This reply has been marked as private.
    #309181

    Hey!

    Try adding this code to the Quick CSS:

    ul#mobile-advanced {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }

    Cheers! 
    Josue

    #309184
    This reply has been marked as private.
    #309185
    This reply has been marked as private.
    #309186

    Hey!

    It’s not working because there are a lot of typos in your Quick CSS, try putting it on the first lines.

    Regards,
    Josue

    #309189

    Thank you!!

    #309190

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reduce mobile menu size’ is closed to new replies.