Can you help me remove this white space?

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

  • Avatar: groubee
    groubee
    Participant
    September 22, 2015 at 02:15

    Hi

    Can you help me remove this white space?
    https://www.dropbox.com/s/5wuvhusiu6ikt9k/delete-white-space.jpg?dl=0

    I have tried everything I know 🙂 but there is 35px of white space I cant remove??

    Best regards
    Tonny

    9 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 22, 2015 at 07:20

    Hello,

    Please use this code in Global CUstom CSS.

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

    Regards,
    Robert Hall.

    Avatar: groubee
    groubee
    Participant
    September 22, 2015 at 13:17

    Thanks – it works great!!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 22, 2015 at 13:26

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: redwolfgirl66
    redwolfgirl66
    Participant
    September 23, 2015 at 22:00

    I put the code in and cannot get rid of the space. Help plas

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 23, 2015 at 22:02

    Hello @redwolfgirl66,

    Try to use this code in custom css.

    .breadcrumbs-type-9 .content-page{
        padding-top: 0px !important;
    }

    Regards,
    Robert Hall.

    Avatar: JonathanWhite
    JonathanWhite
    Participant
    October 5, 2015 at 15:37

    Hi,

    I’m trying to achieve the same effect and remove the white space below the last part of content at each page and above the footer.

    Here is what I’ve tried with not success:
    = I’ve changed the margin padding to -35px in VC Row Settings->Design Options->CSS Box
    = Entered this code into custom CSS

    .breadcrumbs-type-9 .content-page{
        padding-top: 0px !important;
    }

    = Entered this code into custom CSS

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

    Unfortunately none of these things have worked for me.

    Please help!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 5, 2015 at 17:21

    Hello @JonathanWhite,

    Please use this css code:

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

    Regards,
    Eva Kemp.

    Avatar: JonathanWhite
    JonathanWhite
    Participant
    October 6, 2015 at 16:23

    This has achieved the outcome I was looking for. Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    October 6, 2015 at 16:25

    Hello @JonathanWhite,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Can you help me remove this white space?’' 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.