Okay
  Public Ticket #2510150
get rid of "white-space" on homepage
Closed

Comments

  •  4
    mike started the conversation

    Hi there, 

    I cannot get rid of the white-space on top of the footer-area (please look atscreenshot&link to my site)

    I tried to set all margins and paddings to 0 but no success.

    It would be great if you can help me out on this.

    Big thx in advance 

  •  1,609
    Barry replied

    Hi Mike,

    There are two options to remove this white space at the bottom.

    1. Negative margin on the last page builder row

    By clicking the wrench icon -> edit row of the last page builder row you can add a negative margin to the "Bottom Margin" option inside the Attributes panel

    A negative margin can be added like: -80 (including the minus symbol)

    2. By using custom CSS

    Another, more stable solution is to add the following CSS line to Appearance -> Customize -> Additional CSS:

    body.home .content-area {
        margin-bottom: 0;
    }
    

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    mike replied

    Barry! You are awesome. It looks great now.... totally forgot that there are negative values as well :)

    I prefer the 1 option believing it is better to have less additional css.

    Have a great day!

    All best, Mike

  •  1,609
    Barry replied

    You're welcome Mike.

    Have a great day too!smile.png

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes