Please help, I'm at my wits end after two hours of struggling!
http://www.tumblrating.com/choose.aspx?blog=nevver
The issue is I want the breadcrumbs box to go stretch the way to the "fun mode" box, but then shrink when you shrink the window
I got it to at least float left after much struggle... but now when you resize the page there is white space at the top (!!)
Can someone expert in bootstrap/css please help?
EDIT::
On the off chance someone having trouble with fluid bootstrap stumbles here:
An IMPORTANT thing I had forgotten is that within each nested div the spans have to add up to 12 rather than just adding up to the parent (the way it is for fixed). For instance div class="span3" still needs two div class="span6" 's inside it to add up to 12 (100%).