White space above footer

Hello

I have annoying white space I can’t seem to remove…see screenshot. The black part is my footer slider and I’m wanting to remove all of that white space. I have checked in cornerstone that there is no extra sections and the footer widget option is set to none.

Thanks in advance

Hi,

Thanks for writing in!

That is your footer widget area, you can disable it under Theme Options > Footer > FOOTER WIDGET AREAS

For more information kindly refer to the link below

Thanks

Thank you I thought I had done that but I obviously hadn’t saved it! Gone now.
I still have a small amount of white space above and below my footer slider - how do I get rid of this? See screenshot

Thanks again

Hi There,

Could you please provide us with your website URL so we can take a closer look?

Thank you.

I’m working off a local server

Hi there,

Please try adding this code in the Global CSS:

.x-colophon.top {
    padding-bottom: 0;
}

In case this does not work, it would help if you can upload your site online so that we can check it and provide more accurate suggestions.

Hope this helps.

1 Like

Thanks Jade - I tried adding this to my simple css plugin and also my additional css but it didn’t work - did I enter it in the right place?

Hi there,

Placing the CSS code there should be fine but you may also add it in X > Theme Options : CSS.

Though it could be possible that the CSS provided is not the actual solution to eliminate the space above the footer area so it would be best if you can have your site uploaded online so that we can check it.

Thank you.

1 Like

Thanks Jade it didn’t work in that section either. I’ll live with it for now and get back in touch if I don’t find a fix,

Sure! No worries.

In case you’re able to get your site online, please feel free to let us know so we can help you out.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.