That's a fixed footer, not a sticky one. A fixed footer will always be at 
the bottom of the Viewport. The sticky one will be at the bottom of the 
viewport too...but will get pushed under the fold if there is enough 
content in the page. Maybe you should search for a sticky footer solution.

An example of sticky footer 
: http://www.martinbean.co.uk/bootstrap/sticky-footer/
A thread about this on GitHub 
: https://github.com/twitter/bootstrap/issues/306
An example of code : https://gist.github.com/2881758

Marc

Le lundi 11 juin 2012 12:08:15 UTC-4, Simon Davies a écrit :
>
> I am using the following to create a sticky footer to my site:
>
> <footer class="navbar navbar-fixed-bottom">....</footer>
>
> all seems ok, but when viewing on an ipad or reducing the screen size so 
> we get the collapse menu it then snaps to the bottom of the 
> site, understandable but is there a way to make the footer stay at the 
> bottom.
>
> Thanks
>

Reply via email to