• Marc

    (@standoutt)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    find this element in your CSS:

    .footer {

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

    Thread Starter Marc

    (@standoutt)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Space on bottom of page’ is closed to new replies.