Home Forums WoodMart support forum Margin in html block

Margin in html block

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

    Pindorama
    Participant

    Hello, Is it possible to remove the right margin from the html block that is loaded as dropdwn of each menu?

    Attachments:
    You must be logged in to view attached files.
    #545370

    Hello,

    Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner {
        padding: 10px 10px 5px 10px !important;
    }

    Best Regards.

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