html - CSS + Bootstrap issue with column and footer -


when put <div class="col-md****"> (inside <div class="container"> footer goes top if had float propertie , not. use bootstrap 3 , can test same in following fiddle:

https://jsfiddle.net/j90xvlxy/

note if maximize result footer change , on right of form.

i have fixed problem, needed add positioning footer, here updated fiddle https://jsfiddle.net/j90xvlxy/2/

  .footer{    position:absolute;    bottom:0px;} 

let me know if works :)


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -