Hi Brian In your file, ectstyle.css, around line 366 you have a definition for... div.product To that add... float:left; And that should put the products in columns.
At the moment, in that group the width is set to 30% which gives 3 columns. If you change the width to say, 45% then that will make the page display in 2 columns.