Home Forums WoodMart support forum Adjust the megamenu to align with the header margin.

Adjust the megamenu to align with the header margin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #587480

    j.espinozafabres
    Participant

    Hello, I need the top of the megamenu to start exactly at the bottom of the main header, as it is currently overlapping with this menu. How can this be done?

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

    Luke Nielsen
    Member

    Hello,

    Add the code below in Theme Settings -> Custom CSS, clear the cache and recheck the issue.

    .whb-main-header .wd-dropdown-menu.wd-dropdown  {
        margin-top:35px;
    }
    
    .whb-main-header .wd-dropdown:after {
        height: 35px;
    }

    Kind Regards

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