Bottom padding - by webdev - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow

  • Avatar: webdev
    webdev
    Participant
    January 29, 2019 at 06:42

    Hi
    I have removed all the padding from the last element on my homepage however it is still showing padding between the footer and the element. I have included the link in the private content.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 29, 2019 at 16:58

    Hello,

    This is the default margin for the page content to footer. If you want to remove it for this page only then add the code below to page custom CSS. In case you want to remove it for the whole site add the code to child theme style.css

    .page-content {
        margin-bottom: 0;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.