Search code examples
csstwitter-bootstrapfootersticky-footer

Footer won't extend into overflow


I am not real experienced when it comes to CSS. I am working with bootstrap and creating a footer. I have got the footer to stick nicely to the bottom of the page.

However, I cant get it to extend into the overflow. In other words, when there is overflow and I scroll right to see the overflow, the area to the right does not have a footer. I have tried messing with the overflow and width css properties but have had no luck.

Here is a fiddle.


Solution

  • If any else has this problem, I have come up with a solution. Using the suggestions from hmhcreative, I ended up setting the position:fixed; and the width: 100%;. Here is an updated fiddle.

    Thanks everyone!