• Hello,

    I am using the default theme of wordpress, and am currently trying to get the footer to reach the very top, and the footer to reach the very bottom, so it would look continuous vertically.

    I have tried editing margins for the header and matching the size of headerimg height size with the same dimensions of my header but was unsuccessful.

    Does anyone have an idea of how I could do this?

    Any help would be greatly appreciated.

    here is a link to my site

    https://www.bluberrydelight.com/Blog/

    Thank you,

    -Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    in your CSS

    1) change the margin on your body tag to margin: 0;

    2) change the margin on #page (line 240) from margin: 20px auto; to margin: 0 auto;

    all set

    Thread Starter jackdt8

    (@jackdt8)

    thanks so much for the help stvwlf! It worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘help with header touching top of screen, footer bottom of screen’ is closed to new replies.