By default, Act_ProductBody.html sets up a 500 pixel-wide table with three columns that all the products are laid out within. Each Product Layout template (e.g. Act_ProductLine.html) then inserts the rows within that table.
In order to lay them out left to right, you just need to have one row, containing multiple cells. Therefore, Act_ProductBody.html would look like this...
Setting up the products so that the catalog shows 2 products per row is something I am playing with and I am usein Norman's code to do this.
However, there is a lot of white space between the left hand side of the web page and the left most product. How do I shift where the columns for the two products actually start from?
Comment