Twitter Bootstrap: Fixed header and right sidebar

Ales picture Ales · Sep 11, 2012 · Viewed 19.5k times · Source

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?

Answer

Ales picture Ales · Sep 12, 2012

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