Home Forums WoodMart support forum Mega menu appearance issue after update to 8.0.0 version

Mega menu appearance issue after update to 8.0.0 version

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #613539

    d_ch
    Participant

    Hi,

    After updating my website to latest version of WoodMart – version 8.0.0, I noticed that my Header mega Menu sub items appear now a bit stuck on the left side near to main menu vertical items – categories. Please check my attached screenshot.

    Waiting for your further advice on the above issue.

    Regards,
    Dimitris

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

    d_ch
    Participant

    I finally added the following CSS code at my Global Custom CSS to fix the issue:

    
    .wd-sub-menu li>a {
    	padding-left: 20px!important;
    }

    Please inform me if I should set any other settings for the above.

    #613547

    Artem Temos
    Keymaster

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .wpb-js-composer .wd-nav-vertical > .menu-item:has(>.wd-design-full-width) {
    --wd-dropdown-padding: 30px 35px 0 35px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)