How do I make more grids inside another grid?
For eg.
I have a 2 column with 2 or more columns inside the left one:
------------------ ---------
| | | |
| ______ ___ | | |
| | | | | | | |
| |_____| |__| | | |
| | | |
|________________| |_______|
If I do (container_24):
<div class="grid_16">
<div class="prefix_3 grid_6 suffix_2"></div>
<div class="grid_4 suffix_1"></div>
</div>
<div class="grid_8">
</div>
This will cause problems due to the padding on the grids. Is there to reset the system so I can use a mini grid inside another grid?