Home Forums WoodMart support forum Menu Images Bigger

Menu Images Bigger

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #660614

    Creative Monks
    Participant

    Hi guys, I would love to make the images on the menu items bigger.
    I tried some codes I had on this forum, but they didn’t work

    see attachment

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .wd-dropdown-menu .wd-sub-menu li>a img {
        max-height: 25px;
    }

    Kind Regards

    #661041

    Creative Monks
    Participant

    that worked like a charm!

    what about the images in the main menu and sidebar? ( see attachment )

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

    Luke Nielsen
    Keymaster

    Hello,

    Sticky nav:

    .wd-sticky-nav .wd-nav-sticky>li>a .wd-nav-img {
        --nav-img-width: 30px;
        --nav-img-height: 30px;
    }

    Header menu:

    .whb-header-bottom .wd-nav-img {
        max-height: 20px;
    }

    Kind Regards

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