• I have the sidebar on the right displaying widgets. When I reduce the size of my browser window to see how it collapses at smaller screen size, the sidebar jumps down to the bottom, creating the single-column layout as expected, but it does it too soon, while there is more than enough horizontal room. As I continue to shrink the window, it jumps back up to the right side. This repeats about 2 or 3 times before everything finally falls into single column and stays that way around 700px.

    I’ve tried narrowing the size of sidebar and main content, but allowing more horizontal space does not change the broken responsiveness. Any help would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter vwswebdev

    (@vwswebdev)

    UPDATE: I solved the problem. I changed the page container div from container-fluid to container, then reduced the sidebar from span4 to span3. This is odd because the page container is a span8 which only gives us a total of 11 columns rather than 12, but it works perfectly now, so go figure.

Viewing 1 replies (of 1 total)
  • The topic ‘Right sidebar collapses wrong’ is closed to new replies.