Home Forums WoodMart support forum Dropdown menu CSS being injected to (index) only on a single page

Dropdown menu CSS being injected to (index) only on a single page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #442797

    jg
    Participant

    On this specific page of my site only, and quite suddenly, padding is being added to one side of my menu dropdowns (should be 0px). The code is somehow being injected into the index file of the page multiple times over and I’m unable to override it using custom css. See attached, please advise.

    Attachments:
    You must be logged in to view attached files.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)