Woodmart Category icons and menu
-
I am having issues with the category menu on the electronics template where i can see 2 of the menus have been add extra margin or padding on the bottom. screenshots attached
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
I saw the screenshot you attached.
It happens when you use large names for the categories menu items. Please disable maintenance mode to check it myself and provide you with the CSS code to fix it.
Best Regards.
Hi,
Thank you for the prompt reply. Please find the credentials.
Hello,
I have visited your website. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
#menu-item-7102 .woodmart-nav-link {
width: 268px;
}
#menu-item-7105 .woodmart-nav-link {
width: 268px;
}
Best Regards.