I want to have some special Layout with Bootstrap 3. I need some static header and footer. The problem is that it's an responsive layout in which it is bad to use positions someone told me.
Like this:
Do you have any Ideas?
I want to have some special Layout with Bootstrap 3. I need some static header and footer. The problem is that it's an responsive layout in which it is bad to use positions someone told me.
Like this:
Do you have any Ideas?
Use .navbar-fixed-bottom, and .navbar-fixed-top on your header and footer containers.
Or give both a unique class. And add:
.classname{position:fixed;}