Making footer stick to bottom of pages
-
On pages that don’t have much content, my footer is floating in the middle of the page. How can I make it stick to the bottom, whatever browser or device is used?
I’ve tried adding position:fixed; bottom:0; width:100%; to the footer css. This brought the footer to the bottom on pages with little content, but stuck it to the bottom of the screen on pages with more content, rather than having it after all the content so you have to scroll to it.
An example of the problem is https://www.ohstenmarketing.com/about/ (zoom out to see what happens if on a laptop).
I’ve looked at sticky footer guides, but I’m not sure how to go about adding the html they require.
My website is https://www.ohstenmarketing.com. Any help would be much appreciated.
- The topic ‘Making footer stick to bottom of pages’ is closed to new replies.