Archived topic
White space at bottom of page (cannot get rid of it)
4 replies · Started by Jodani on January 2, 2017
Hi
I have a very simple 4 page website, and I have removed all the sidebars and widgets. However, I still find that I have a small block of white space where I cannot seem to create a background color.
The page is at: http://fairmoney.info/contact/
This is the case I have:
Set the layout to "Separate containers".
Set the content background to what I want.
With these 2 I still get the white square. If I use "One container" then I get a white block on all my content (even with the content background set to a color).
Any help will be appreciated.
Hi there,
You have a plugin "epsilonframework" which is adding 30px of margin to the bottom of the .container element.
You can remove it with some CSS:
.container {
margin-bottom: 0;
}
Hi Tom
Thanks for that. In stalled the SIMPLE CCS and copied that code in. After that I flushed the cache on the server and also on my browser.
Unfortunately this has not fixed the issue. Please refer to the page here: http://fairmoney.info/contact/
Any other ideas will be appreciated.
Hi Tom
I disabled the EPSILON plugin - and it has solved both the the following problems:
This issue of the white space at the bottom.
The other issue logged - of the typology only editing the LIST font size.
Thanks
Sounds like that plugin was getting a little aggressive with the amount of CSS it was adding.
Glad it's all working now :)