Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How would I go about getting rid of the space above the header and below the footer
For more insight:
http://postimg.org/image/xgg2simyh/
http://postimg.org/image/lfumrsfjt/
Hi Oliver,
You can remove the spaces by adding the following CSS:
#page-wrapper { padding: 0; }Cheers!
Thanks it worked but I still have space on the bottom.
Hi Oliver
Please add the following CSS
#colophon { margin-bottom: 0px !important; }This should remove the space at the bottom.
Let us know how you get on
Magus
Hi Oliver,
@Magus has suggested a way to solve this. Let me know if it works out for you
@Magus much appreciated.
Cheers
Great! Thanks a million!
Thanks guys :)
All the best Oliver, let us know if you run into anything else.