Home › Forums › WoodMart support forum › Dropdown menu CSS being injected to (index) only on a single page › Reply To: Dropdown menu CSS being injected to (index) only on a single page
February 14, 2023 at 12:35 pm
#442855

Artem Temos
Keymaster
Hello,
We see that it is a custom CSS added somewhere on your website but it doesn’t come with our theme by default. Try to override it with the following snippet
.website-wrapper .wd-dropdown-menu.wd-design-sized {
padding: 0px !important;
}
Kind Regards