Home Forums WoodMart support forum Increase image size category that display in main menu

Increase image size category that display in main menu

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

    KH
    Participant

    Hello, I add a image to the category to display in the main menu. However, the image looks very small. I inspect the element and see that it’s 18 x 18 px. My svg is 120 x 120 px.

    #143414

    Hello,

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your <svg> tag like it is shown: http://prntscr.com/m4n0qw
    Then you will need to re-upload your icons in WordPress Dashboard.

    Best Regards

    #143556

    KH
    Participant

    Just add this and it’s ok to me.

    .woodmart-navigation .category-icon {
        margin-right: 0px;
        max-height: 70px;
        max-width: 70px;
    }
    #143581

    That is fine. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Increase image size category that display in main menu’ is closed to new replies.