If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1292439
MegaMenu 5 or 6 columns?
Closed

Comments

  • Alexander started the conversation

    Hello good day,
    I wanted to know if I could enlarge the megamenu to 5 or 6 columns?
    if possible how to do it?

    is that everything is very fair;)

    Thank you very much

    regards

  •  567
    Stormit replied

    Hi Alexander,

    Because the width of mega menu on vertical menu is limited (750px). You can add the custom css below to increase its width

    header.ts-header .menu-wrapper nav.vertical-menu > ul.menu li ul.sub-menu{
        max-width: 850px !important; /* Default is 750px */
    }
    

    But you should only add 3 or 4 columns for mega menu on vertical menu. Because it will be very small on tablet. Also, I see your mega menu is long. It is difficult to view all categories when scrolling down. You should divide your categories and add them to another mega menu instead of adding all categories to a mega menu.

    Best regards,