Hello everyone,

I use Bootstrap 2.2.2 for my project. Due to its nature, it would be most 
convenient for me if I went with spans without closing and reopening rows 
every 12 columns, i.e.:

<div class="container">
<div class="row">
<div class="span4">content</div>
<div class="span4">content</div>
<div class="span4">content</div>
<div class="span4">content</div>
<div class="span4">content</div>
<div class="span4">content</div>
<div class="span4">content</div>
(...)
</div>
</div>

Does this method have any drawbacks? From what I've been able to check in 
most current browsers, everything works just fine, content displays as it's 
supposed to, there are no margin issues. Possibly there are browsers that 
might cause problems (however I tend to ignore anything below IE8), if so, 
I would be grateful for any information in this matter.

Best,
Prez

Reply via email to