Home Forums WoodMart support forum Remove empty space at the end of the page

Remove empty space at the end of the page

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

    Brockway
    Participant

    Hi there,

    i’m currently trying without any sucess to delete empty space at the end of my page : http://prntscr.com/h6wzqg

    Even putting custom css in page builder dont do the trick, even !important dont… http://prntscr.com/h6x0u1 because it’s overrided by something else it seems. it’s the first time that i encounter a theme that dont propose to disable empty space at the end of the page, and where custom code is override by bootstrap file or something else.

    Regards.

    #23372

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a link where we can see this.

    Thank you

    #23415

    Brockway
    Participant

    Here the page in question : https://www.hello-horse.fr/contact/

    Also i wonder if you withour hopening another ticket tell me how to get this result : http://prntscr.com/h791d3

    i guess i dont use the right widget maybe ?

    #23418

    Artem Temos
    Keymaster

    You need to use this code snippet

    .site-content {
        margin-bottom: 0 !important;
    }

    You can add brands filter as well as other filters by product attributes using our Layered Nav widget in Appearance -> Widgets.

    #23420

    Brockway
    Participant

    Work both like a charm 🙂
    Thanks

    #23423

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Remove empty space at the end of the page’ is closed to new replies.