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

#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