Home › Forums › WoodMart support forum › Set the display size of the Menu Item icon › Reply To: Set the display size of the Menu Item icon
July 24, 2024 at 11:41 am
#585321
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help:
.wd-dropdown-menu .wd-nav-img {
max-height: 25px;
}
Kind Regards