Remove white space on homepage

Hey guys,

I have a big white space on my homepage at the bottom. I’ve searched on the forum but couldn’t find out how to do it.

https://modernwisdomlife.com/

It won’t let me select that section and delete it.

Thank you in advance,

Jordan

Hello Jordan,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to remove the spacing:

footer.x-colophon.top {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks, that worked perfectly.

You’re welcome!

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