Increase image size category that display in main menu
-

KHParticipant
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.
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

KHParticipant
Just add this and it’s ok to me.
.woodmart-navigation .category-icon {
margin-right: 0px;
max-height: 70px;
max-width: 70px;
}
That is fine. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Increase image size category that display in main menu’ is closed to new replies.