Forums

White Space on bottom of page (3 posts)

  1. standoutt
    Member
    Posted 1 year ago #

    I have a thin white line on the bottom of all my pages:
    Example 1
    Example2

    I can fix it by using the following code:

    * {
    margin: 0;
    }

    However this destroys my text formatting on my posts and pages. Is there a another way I can do this?

  2. t-p
    Member
    Posted 1 year ago #

    find this element in your CSS:

    .footer {

    In that element, change the height property from 50px to about 57px (adjust to your liking).

  3. standoutt
    Member
    Posted 1 year ago #

    I was implementing this link.

    So I've changed both the height of the footer and the negative value for the height of page. However this is not ideal. The bar is now 56 pixels instead of the intended 50. There must be a better way to fix it and keep the footer at 50px high.

Topic Closed

This topic has been closed to new replies.

About this Topic