Home Forums WoodMart support forum REMOVE GAP FOOTER

REMOVE GAP FOOTER

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34640

    gilesp
    Participant

    Hi, is there a way to lose this gap in the footer? – see attached.

    Thanks, Giles

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

    Artem Temos
    Keymaster

    Hi,

    By default, our content area has a margin bottom and if you want to remove it on your home page, you can simply add a negative margin bottom for the last row on the page with Visual Composer. So just set -40px for example to compensate it.

    Regards

    #34826

    gilesp
    Participant

    Sorry, I fixed it now. But is it possible to remove this globally?

    #34865

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    body .site-content {
    	margin-bottom: 0;
    }

    Regards

    #40094

    gilesp
    Participant

    hi – i am still getting a gap in the footer – see link

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

    Artem Temos
    Keymaster

    But there is no code added to the Custom CSS area.

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