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