So most of my categories use 3 columns in grid view on category pages. But I have a category that I only show 2 columns and my hope is to allow for larger product images just for this certain category. Not for every category.
I used a Custom Layout update in the category (see below) to change the number of columns. Is there a way to change the width of the columns also using a Custom Layout update?
<reference name="product_list">
<action method="setColumnCount"><columns>2</columns></action>
</reference>
Thanks