Home Forums WoodMart support forum Load more button

Load more button

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

    joshh31
    Participant

    Hello,

    As you can see on my website, there is no space between the main page (all my products) and the footer.

    How can I can add space between the footer and the load more button ?

    Thank you!

    #122895

    Hello,

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

    body .products-footer {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    Best Regards

    #122906

    joshh31
    Participant

    It works, thanks.

    #123016

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Load more button’ is closed to new replies.