Home Forums WoodMart support forum Make navigation icons bigger?

Make navigation icons bigger?

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

    raz.sofer
    Participant

    Hi!
    I want to make the icons attached bigger.
    I have tried using .wd-nav-img CSS attribute but it doesn’t seem to have any effect (Tried !important and none important)
    The images themselves are 128×128 / 64×64
    I want to make them a bit bigger because right now they are a bit small to understand the icon, to my taste at least.
    How can I make them bigger without making major issues with the design on mobile and desktop (make them responsive, maybe 32×32 on mobile and 48×48 on desktop and tablet?)?

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below custom CSS code to increase the size of icons:

    .wd-sticky-nav .wd-nav-sticky>li>a {
        padding: 4px 14px;
    }
    
    .wd-sticky-nav .wd-nav-sticky>li>a .wd-nav-img {
        width: 30px !important;
        height: 30px;
    }

    Define the code in Theme Settings -> Custom CSS.

    Kind Regards

    #541559

    raz.sofer
    Participant

    Worked! Thank you Luke!

    #541662

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Wish you all the best.

    Kind Regards

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

The topic ‘Make navigation icons bigger?’ is closed to new replies.