Home Forums WoodMart support forum Too Small Icon to display in the main menu (or any other menu through the site) Reply To: Too Small Icon to display in the main menu (or any other menu through the site)

#85375

P.S.

Please add this code to the Theme settings > Custom CSS:

body .vertical-navigation .item-level-0>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
}
body .site-mobile-menu li a .category-icon,
body .woodmart-navigation .category-icon {
    max-height: 28px;
    margin-right: 10px;
}

Best Regards