CIAWoman Posted November 14, 2006 Posted November 14, 2006 I created two items to see if everything worked and it does. Now I want to change the 2 items per row to one item per row on the "Feature Product" home page. See the link to the site...... http://www.creamcitytrains.com/shop/ Just point me in the right direction, also the thumbnail images will be 180 wide x 75 high instead of the one showing. Thanks in advance, Peyton :rolleyes: I'm not in anyway a spy, but if I were, I'd be Cute In Anything.
Guest Posted November 14, 2006 Posted November 14, 2006 In /includes/modules/featured.php find: if ($col > 2) { $col = 0; $row ++; } change it to: if ($col > 0) { $col = 0; $row ++; } Sonia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.