Product Details Page - 4 Thumbnails per row

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
HI All

Is there a way to get 4 thumbnail images per row, instead of 3 on the product details page?

Perhaps setting a column/row count somewhere?

Thanks
13 years ago
Hi,

I think you should find the .ascx file which contains your module.
And i think if you find that file, you will see the setting.
In my thoughs, i think they use data binder control. Maybe need to update CSS,too

Thanks,csdbfans
13 years ago
look for

            <asp:ListView ID="lvProductPictures" runat="server" GroupItemCount="3">


in either of your product templates  ( templates/products   .... )
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.