fluid960gs icon indicating copy to clipboard operation
fluid960gs copied to clipboard

Nested grids

Open gatan opened this issue 15 years ago • 1 comments

Hi, and thanx for your work.

I encounter a small problem in a nested grid layout. I got a grid_6 bloc containing two grid_3 blocks. With the original framework those two columns used to float and taking all of the width of the parent block. It's not the case anymore because grid_3 is only 23 % that’s almost 1/4 of the parent block.

To get the same effect I place two grid_6 in a grid_6. (50% width of the parent element).

gatan avatar Apr 28 '09 10:04 gatan

The original framework used px (fixed) unit for width, this would not be possible for fluid layout hence % used.

In a nested grid case the child block would share the fraction width of the parent. So putting two the grid_6 in your case. If you want to remove the extra padding and margins around the block use alpha and omega as required.

azizur avatar May 12 '10 10:05 azizur