[Resolved] White space at bottom of page (cannot get rid of it)

Home Forums Support [Resolved] White space at bottom of page (cannot get rid of it)

Home Forums Support White space at bottom of page (cannot get rid of it)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260162
    Jodani

    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.

    #260169
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #260177
    Jodani

    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.

    #260181
    Jodani

    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

    #260268
    Tom
    Lead Developer
    Lead Developer

    Sounds like that plugin was getting a little aggressive with the amount of CSS it was adding.

    Glad it’s all working now 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.