Nice snippet.How can we fix this footer to bottom of the screen.I have used sticky footer but then the contents are getting overlapped with the footer .Suggest me other options.Thanks in advance.
Vasanthi () - 9 years ago - Reply 0
Just add this to your css file:
body{margin-bottom:ABCpx;}
where ABC is the height of your sticky footer.
Andrew Lyndem () - 9 years ago - Reply 0
Very nice snippet. The responsiveness for col-xs, col-sm and col-md should be improved. Right now, the whole page breaks with a lower width than col-lg/col-md.
Alex () - 10 years ago - Reply 0