Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS - Nesting grid within grid

I am using Twitter Bootstrap and at one place I have nested fluid-grid in parent fluid-grid. It seems to work, but my question is - whether this is considered bad practice and are there any side effects of doing so?

like image 778
patelsan Avatar asked Feb 19 '12 18:02

patelsan


1 Answers

As long as the grids are properly nested then there should be no problem. Grids were made to be flexible and is not considered bad practice to step out of the norm with the design, specially with fluid grids that should (by their nature) adapt to their container.

like image 175
Andres Ilich Avatar answered Sep 19 '22 02:09

Andres Ilich