White space below footer - by boggsoft - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Eva Kemp

  • Avatar: boggsoft
    boggsoft
    Participant
    November 17, 2016 at 02:40

    After looking through about 10 posts where people said there was white space below footer, I was not able to find a concrete answer on the best way to deal with this.

    On new pages without enough content, there is a significant amount of white space below the footer. I was able to correct that (hacky) on the About page by adding a lot of carriage returns, but on default pages where say a search turns up no products – I’d rather have a global solution than hacking each individual page.

    Can you please suggest a clean fix?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 17, 2016 at 08:14

    Hello,

    Try to add this code in Custom CSS for desktop and tablet:

    .copyright.copyright-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    Regards,
    Rose Tyler.

    Avatar: boggsoft
    boggsoft
    Participant
    November 17, 2016 at 17:50

    Thanks Rose, gave that a try using a media query and without. Still seeing the same result.

    media query version..

    @media (min-width: 768px) and (max-width: 979px) {

    .copyright.copyright-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    }

    }

    New CSS shows under custom.css (soft linked to the default.custom.css) and is loading into the page.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 17, 2016 at 19:15

    Hello,

    As for the “Earrings” category page, you need add products to it and white space will disappear.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 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.