Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap: Fixed header and right sidebar

I'm trying to create layout with twitter bootstrap and I need to have rigth sidebar and header fixed. I should look like this demo http://jsfiddle.net/U8HGz/1/show/ but I need sidebar fixed on right side and I need to have navigation and banner image in top header, not just navbar.

Is it possible to do it?

like image 257
Ales Avatar asked Sep 11 '12 13:09

Ales


1 Answers

Finally I got it. I set it as position: fixed and added class="offset6". Thank you for your help

like image 62
Ales Avatar answered Oct 01 '22 15:10

Ales