Home Forums WoodMart support forum Remove undisered white space from pre footer

Remove undisered white space from pre footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #568482

    giulia.ciprandi
    Participant

    Hello, I have extra blank space on the footer/pre footer area (see img 1)

    I have tried to follow the documentation https://xtemos.com/docs-topic/top-and-bottom-paddings/ , which states:

    In order to remove the gap, enter the HTML block, which is used in the Theme Settings > Footer > Pre-footer area and set margin-bottom: – 40px; to the row.

    But I cant use WPBakery to change the margin, there is only the regular wordpress editor. See img 2.

    I need an alternative as I have to deliver the product on wednesday.

    I have built the website with wpbakery. I have tried changing the marging on the last element of the main page to -40px with no success.

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

    giulia.ciprandi
    Participant

    I have managed to enable WPBakery on the HTML block , I added an empty space element with -40px but that only added a new blank space.. I have since removed it

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

    Hello,

    In order to remove the gap, enter the HTML block, which is used in the Theme Settings > Footer > Pre-footer area and set padding-bottom: 0px; to the row.

    OR

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-prefooter {
    padding-bottom: 0px !important;
    }

    Best Regards.

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