Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add the CSS

    position: relative;

    to the element containing your footer & your footer

    Add the CSS

    bottom: 0;
    clear: both // not necessary but just in case

    to the footer

    Thread Starter KconleyK

    (@kconleyk)

    So add the top code to my footer.php file and the bottom to my style.css file?

    Sorry if I sound like an idiot.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m not sure because you don’t have a wrapping HTML element for your footer, therefore I think this cannot work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer not all the way at bottom in IE’ is closed to new replies.