Jump to content

[SOLVED]Products Displaying problem


ehcane

Recommended Posts

Hello,i hope that this is the right place to post this.

I am building a Prestashop Website and i am learning about it.
Recently i face an issue about how my products are displayed.If i upload more than 3 pictures of a product,the thumbnails photos have a bad position.how can i fix this.
Thanks in advance
 
 
Andrei Enache-Prestashop Fat Ninja
Edited by ehcane (see edit history)
Link to comment
Share on other sites

Hi ehcane,

Welcome to the forum.

 

You can fix this in the following file:

 

themes/leo_fresh_store/css/product.css, line 98:

 

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 330px;
  margin-left: 10px;                // <--  change from 65px to 10px
}
 
 
That should do it.
pascal
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...