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
Post a Comment