Home Forums WoodMart support forum Mega box setting

Mega box setting

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #178630

    moonloveact
    Participant

    hello!!

    i have just studied from your document now.
    and i made my Megamenu.
    and i do not write the Title of the menu list.
    so it has too much blank areas.
    how can i narrow this area?
    https://imgur.com/a/jLW8ca4
    thanks!!

    #178649

    Hello,

    This gap occurred due to paddings, not by empty title https://prnt.sc/rdd2wp

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

    .whb-header-bottom .sub-menu-dropdown{
    	    padding-top: 5px;
    }

    Best Regards

    #178670

    moonloveact
    Participant

    thanks for replay.

    but i want to raise only the “categories”.
    and, i don’t want to lift other things(ex. “HOME”,”BLOG”,”SHOP”,”PAGES”,”ELEMENTS”).
    https://imgur.com/Y3LjzPu

    thanks.

    #178718

    Hello,

    Please assign the class to the menu item in Appearance > Menu > Select menu > enter the menu item and insert the class. You can find instruction on how to do it here: https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

    #178746

    moonloveact
    Participant

    ㅠㅠ i am really really sorry to you.
    because i don’t know how i can assign the class.
    i made mega box and i set the height and width…
    https://imgur.com/fA01yiD

    can you assign the class instead of me?
    i give you my login information.
    really really sorry.

    #178786

    Hello,

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

    .categoy_item.item-event-hover:hover > .sub-menu-dropdown{
    	    padding-top: 5px;
    }

    You can set padding-top:0;

    Best Regards

    #178831

    moonloveact
    Participant

    oh my God…. you are so genius!!
    oh thanks thanks thanks!

    #178866

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Mega box setting’ is closed to new replies.