Home Forums WoodMart support forum Header Menu (icon) Image resize

Header Menu (icon) Image resize

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #492900

    storefacetime
    Participant

    i have developed a website name Futurx, and i have attached the main header navigation menu with image screenshot below, i want to resize the main header navigation menu (icons) images sizes as attached example header below.

    Note- futurx header is my site
    ispot header is an example header

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav>li>a {
    flex-direction: column !important;
    }

    Best Regards.

    #493159

    storefacetime
    Participant

    please let me know how to resize the header menu logo size for each device desktop and mobile

    #493160

    storefacetime
    Participant

    sorry not the logo, I want to resize the header menu icon size for each device

    #493270

    Hello,

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

    .wd-nav-img {
        max-height: 50px;
    }

    Best Regards

    #493598

    storefacetime
    Participant

    Hi it worked but after resize the header menu icon size, mobile hamburger icon menu icon size also changed since i used same menu list in both place, could you help me to resize the mobile hamburger menu icon , screenshot attached below.

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

    Hello,

    Can you please share the WP admin login details of your site so I can check and give you a possible solution?

    Best Regards.

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