Support » Themes and Templates » Full Width Footer twentyeleven child

  • Resolved lucasbhealy

    (@lucasbhealy)


    I’m trying to make my footer cover the whole width of the screen in a twenty eleven child theme.

    so far I’ve used CSS to set it to 100% and put the end of the page div above the footer php. This helped make it a little wider, but there are still two tiny slits on both sides of my footer. Any ideas?

    Thank you guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • put in style.css

    body {
      padding: 0 !important;
    }
    Thread Starter lucasbhealy

    (@lucasbhealy)

    Thank you so much!

    Hello, I’d like to make the footer the width of the screen also. I finally figured out how to get rid of the extra page padding at the bottom of the page, but I’d like to know how to put the

    end of the page div above the footer php.

    I’m new to php so detail would be great. Thanks so much.

    @hanshakes: in the footer.php file, you find a line with “</div><!– #page –>” Cut it and paste it, for instance just before “<footer id=”colophon” role=”content info”>”

    It would be best if you make that change in a copy of the footer.php file, which you put in the directory of your child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full Width Footer twentyeleven child’ is closed to new replies.