I have made a website using Distill
in R but I'm noticing that the footer floats halfway across the page if there's not enough content on it. How can fix the footer to the bottom of every page?
Distill: Fixing the footer to the bottom of the page
157 Views Asked by gm007 At
2
Try adding this into your style sheet.
To make a footer fixed at the bottom of the webpage, you could use position: fixed like I have ( Look here ).