Home Forums WoodMart support forum Space between Categories / Subelements Main Menu

Space between Categories / Subelements Main Menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #256478

    mariacristal
    Participant

    Hi, I need to reduce the space between each subelement in my main menu on the header.

    #256509

    Hello,

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

    body .menu-mega-dropdown .sub-sub-menu li a, 
    body .mega-menu-list .sub-sub-menu li a {
        padding: 3px 0;
    }

    This code would decrease this menu items gap https://prnt.sc/wicks9

    Best Regards

    #256544

    mariacristal
    Participant

    Awesome, thanks. Can you see that my first category displays full width? I want that on all menu categories but the rest when I go to to Menu –> Appearance and place Design at full width, after saving it doesn’t change.

    #256545

    mariacristal
    Participant

    After I applied the CSS I still have a huge white space between the first and second row on the subelements menu, can that be changed?

    #256707

    Hello,

    Please clear the site cache and check again here is what I see: https://prnt.sc/wiw2vl

    Best Regards

    #256718

    mariacristal
    Participant

    Only the first category looks like that. HOVER over COCINA so you understand what I mean.

    #256997

    Hello,

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

    body .menu-simple-dropdown li a {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    Best Regards

    #256998

    mariacristal
    Participant

    Please see the picture attached, the other categories on the menu don’t display as fullwidth.

    #256999

    mariacristal
    Participant

    Please see the picture attached. The other categories on sub menus don’t work as full width.

    Attachments:
    You must be logged in to view attached files.
    #257032

    Hello,

    Please create a mega manu block and assign it as per this instruction: https://xtemos.com/docs/woodmart/create-menu-2/

    Please remove the sub-menu items when you set the mega menu.

    Best Regards

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