I have a problem with my footer. I tried to use this solution http://ryanfait.com/sticky-footer/. At first it worked fine, but now it doesn't.
I am trying to use this footer solution on my website.
When I use line with:
<div class="push"></div>
The link to the website is too long: https://jsfiddle.net/yptaufab/
When I erase this div
, problem occurs when I zoom in - footer goes to side at one moment: https://jsfiddle.net/w03ca8b3/
After zooming, it seems like the footer is aligned beside the div id="centerinfoleft"
and I don't know why. I feel like I tried everything. I would be very grateful for any help.
The
.push
element needs to go in the.wrapper
element.