0

Has anyone figured out how to create a footer which sticks at the bottom of the page while keeping it responsive using Bourbon Neat ?

All of the better known sticky footer solutions are not 'compatible' with Neat.

Frank
  • 1,374
  • 2
  • 16
  • 34

1 Answers1

1

I have used the following technique for a few sites using Bourbon Neat:

http://css-tricks.com/snippets/css/sticky-footer/

though you do need to have a fixed height declared for the footer. But once that is done you can do the usual container etc. using Neat inside it.

Mike Harrison
  • 1,020
  • 2
  • 15
  • 42