I was having an issue with the Column Layout Grid add-on in that it would always drop the last object under the row. No matter how many columns I tell ZenCart I want, it does this. If I say 4 columns, then the first three columns show, and the object in the 4th shows up in a second row (and empty space where the 4th column should be). I see other people had this problem in the past.

I read here http://www.zen-cart.com/showthread.p...isting-1-3-0-2 where Dr. Byte suggested:
"making two small edits to the customized product_listing.php module used in the grid-layout mod: Basically, just subtracting 0.5% from the width of each cell, causing FF to render more consistently."

Since my version of Column Layout Grid already was subtracting 0.5%, I changed it back to 1%. That fixed it for all of the rows except for the very first row. It looks differently than the other rows as well. In the first row, the product images and links are all centered. In the other rows, they are right-justified. In the first row, the product name is in bold and underlined. In the other rows, the product names look different. So there must be some specific code for just the first row.

How do I change the first row to match the other rows?