0

When I follow all 3 options in the top answer in this post: Fixed sidebar navigation in fluid twitter bootstrap 2.0

The sidebar is indeed fixed but the content in the other div in the row (the span9) is overlapped by the sidebar. When I remove the CSS additions, the overlap is gone. I've triple-checked my html to make sure there's now hanging divs and everything seems to check out.

Has the core bootstrap CSS changed in a material way or am I missing something?

Here's a screencap:

Community
  • 1
  • 1
CherryCow
  • 3
  • 4
  • I'm working on getting the full code up but I may have just realized that in the cited answer, it is mentioned but not reflected in the suggested HTML that an offset class be added to the content div. So should the content div be
    (instead of just span9) assuming the sidenav is span3?
    – CherryCow Aug 23 '12 at 00:48

1 Answers1

0

I solved this problem myself by using the offset class as mentioned in my comment. It is referenced by not used in the answer to the cited questions. Thanks for everyone's help/editing.

CherryCow
  • 3
  • 4