Removing white space between bottom row and footer

Trying to remove the big space at the bottom of all of the xTheme wordpress sites that I’m working on.

I’ve tried code:
/* Main Container */
#main { padding-bottom: 0; }

but this didn’t change the space, here is an example of space between bottom of page and footer - no padding in container. Thanks

https://www.activatemediaevents.com.au/

Hi there,

Thanks for writing around! Please add the following code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS

.x-colophon.top {
    padding: 0 !important;
}

Let us know how this goes!

1 Like

WOW I can’t thank you enough : ) it worked

1 Like

You’re welcome!

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