Trying to remove the white spacing at the bottom of my website above the footer

Hi there :),

I am using a cornerstone page builder, I am trying to take away some white spacing which you can see at the bottom of the page here www.simbie.com.au.

I have tried everything, body {padding:0 margin:0} Footer margin/padding etc. It will just not go away. Does anyone have any suggestions.

Cheers

Hello @micksterdev,

Thanks for writing in!

I am getting following message for www.simbie.com.au.

This site can’t be reached www.simbie.com.au’s server DNS address could not be found.

Thanks.

Hi there,

I had this solved by adding some custom css code inside the ‘global css’.
You can find it here:
Appearance --> Customizer --> Custom --> Global CSS

Add this code:

.x-colophon.bottom {
padding: 5px 0;
}

Hope this helps.

@micksterdev

Hi,

Is this your site? http://simbie.com/

You can try this code instead.

#footerbottom {
       padding: 10px 0;
}

Change 10px to adjust the spacing.

Hope that helps

Hi everyone, thanks for your replys. I did not see the notification until now. Everything workds perfectly now.

Thanks again

We’re delighted to assist you with this.

Cheers!