Footer Margin - by zf - on WordPress WooCommerce support

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

  • Avatar: zf
    zf
    Participant
    July 27, 2015 at 08:16

    Hi,
    I need to reduce the space between last section and footer on home page.
    I’ve have tried adding in .content-page{margin-bottom:-44px!important;} to the custom css on my page but the space still remains..

    Please advise.

    Thanks

    7 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:11

    Hello,

    Try to use this code:

    .page-content {
        margin-bottom: 7px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: zf
    zf
    Participant
    July 27, 2015 at 12:57

    Hi There,

    I still seem to be getting the white space

    http://prntscr.com/7xiyww

    Thanks

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 27, 2015 at 14:25

    Hello,

    I’ve added the following code in Global Custom CSS. Please check.

    .content .vc_custom_1437988483746{
    margin-bottom: 0px;
    padding-bottom: 88px !important;
    }
    

    Regards,
    Robert Hall.

    Avatar: zf
    zf
    Participant
    July 27, 2015 at 15:39

    Hi, thank you for that. However I see that it happens on other pages aswell.

    http://prntscr.com/7xks5u

    Previously I had added in .content-page{margin-bottom:-40px!important;} to my custom.css
    so i don’t have to adjust on every page and its set by default.

    For some reason since update it doesnt seem to work.

    Thanks

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 27, 2015 at 15:53

    I’ve changed code to next:

    .content .vc_custom_1437988483746 {
        padding-bottom: 120px !important;
        margin-bottom: 0px;
    }
    .content-page{margin-bottom:-40px!important;}
    .page-content {
    margin-bottom: 0px;
    }

    Please check.

    Regards,
    Robert Hall.

    Avatar: zf
    zf
    Participant
    July 28, 2015 at 07:54

    Perfect, thanks Robert.

    Z

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 08:04

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Footer Margin’' has been successfully resolved, and the topic is now closed for further responses

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