Home Forums WoodMart support forum Main Menu Child Items Width

Main Menu Child Items Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226018

    dk1
    Participant

    Hi,

    How can I widen a child menu items like the one presented on the screenshot? Problem is that when I make level 3 items, there is not enough space for the arrow (as presented in Private Content).

    Thanks!

    #226040

    Hello,

    Please read and follow this instruction: https://xtemos.com/docs/woodmart/create-menu-2/

    If you do not want to create a mega menu and just want to make the block wider add this code to the Theme Settings > Custom CSS > Global:

    body .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
        width: 200px;
    }

    Set the width as per your needs.

    Best Regards

    #226049

    dk1
    Participant

    Dear Elise,

    Code worked for menu level 3, but not level 2 (screenshot is in private content).

    #226109

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown {
        width: 400px;
    }

    Best Regards

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