Home Forums WoodMart support forum How to remove the gap upper the footer

How to remove the gap upper the footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314461

    HARSLE
    Participant

    I can not find where I can remove the gap upper the footer, I have tried on the elementor, but it does not work

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

    Hello,

    Can you please share the page URL so I will give you the custom CSS code to remove the gap?

    Best Regards.

    #314552

    HARSLE
    Participant

    It is for all pages. Not only one page

    #314558

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .elementor-template-full-width .row>[data-elementor-type] {
        margin-bottom: 0 !important;
    }

    Best Regards.

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