Getting the bootstrap grid elements to span multiple columns

ttvankxgkr

New Member
Let's say I have this:\[code\]<div class="row-fluid"> <div class="span4"> Content </div> <div class="span2"> Some more content </div></div>\[/code\]Is there a way to cleanly have the \[code\]span4\[/code\] element to span more than one row? Basically something like a \[code\]vertical-span2\[/code\].
 
Back
Top