Home Forums WoodMart support forum Menu with Icon – Custom SVG – Menu Items Width Issue

Menu with Icon – Custom SVG – Menu Items Width Issue

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

    nybbleltd
    Participant

    Hi there, Im having issues with the menu when I select to upload a SVG icon.

    #575393

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the code below into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-nav-main>li>a, .wd-nav-secondary>li>a {
        width: 140px !important;
    }
    .wd-nav-img, .mega-menu-list img {
        height: 25px;
    }

    Best Regards.

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