Home Forums WoodMart support forum unknown padding in menu

unknown padding in menu

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

    thenightfox91
    Participant

    Hi, i have made some change in my Main menu in dekstop version . After the changes in some menues has appear a space ( padding ) look at the screenshot ! How to fix this bug in my theme ….

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    li#menu-item-173 .woodmart-nav-link {
        width: 268px;
    }
    
    li#menu-item-175 .woodmart-nav-link {
        width: 268px;
    }
    
    li#menu-item-30852 .woodmart-nav-link {
        width: 268px;
    }
    
    li#menu-item-3762 .woodmart-nav-link {
        width: 268px;
    }

    Best Regards.

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