html - How to set footer to bottom of page -


footer @ bottom of page

i created responsive webpage in bootstrap3, need set footer on bottom of page, position fixed has problem in desktop

use

#footer {     position: fixed;     bottom: 0;     width: 100%; } 

and possible duplicate of make div stay @ bottom of page's content time when there scrollbars


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -