Home Forums WoodMart support forum Problem with displaying the megamenu

Problem with displaying the megamenu

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

    hola-3548
    Participant

    When I want to open the mega menu it disappears very quickly and doesn’t let me select the categories. I am attaching a demonstration video.

    #606132

    Hung Pham
    Keymaster

    Hi hola-3548,

    Thanks for reaching to us.

    Go to Theme Settings > Custom CSS and remove this code lines

    .wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),
    .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
        margin-top: 30px;
    }

    and use below code

    .wd-dropdown-menu.wd-design-full-width:not(.wd-scroll){
    	top: 60px;
    }

    Regards,

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