@c.bavota
First of all your theme rocks, I also just went through all of your WP Forum replies to see if my answers would be answered, and although it wasn’t you get 100% for customer services. You are awesome!!
Anyway, I was just wondering about nesting my columns. Basically, I’ve created 3 rows of 6 images on my home page with using this <div class=”row> code three times:
<div class=”grid w960″>
<div class=”row”>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
</div>
</div>
My problem is that instead of stacking into more columns and fewer rows when I decrease screen size, it just keeps decreasing the image size until BOOM, suddenly they’re all in one row.
What I’d like it to do is have the 6 columns and three rows first change to 3 columns and 6 rows, and then 2 columns and nine rows before resorting to one long row. It seems in your nesting description that this’d be possible, is it?
Thanks so much in advanced for your answer!!!