More views as horizontal

When I select a product, I get more view (for view more images) in vertical rows. How to chenge it to horizontal.

3 answers

Profile photo of Saguaros 0.00 $tone January 22, 2010
Public

Hello guy!

Please open the file: skin/frontend/default/jm_fabian/css/theme.css and find code 2373:

HTML Code:

.product-img-box { width: 110px; padding: 0; }

Replace:
HTML Code:

.product-img-box { width: 130px; padding: 0; }

Please adujst value fo the width property to split columns
Good luck

#3

Please login or Register to Submit Answer

Written By

Comments