TOPIC: Product details problem

Product details problem 10 years 6 months ago #3043

  • qianqian
  • qianqian's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 31
  • Thank you received: 3
  • Karma: 0
Hi, i have updated VM and copied files from OT Boutique VM updated files into my server, i am having problems with main image layout, new.gourmetstaples.com/index.php/en/deli...letano-lv-104-detail

The pix size and layout problem as can be seen in the link.
The administrator has disabled public write access.

Re: Product details problem 10 years 6 months ago #3058

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can fix as css style below:
new.gourmetstaples.com/templates/dudumiz...b.productdetails.css online 57
ul#thumb_holder li {
border: 1px solid #DEDEDE;
float: left;
height: 97px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 0px; /* change value to 0 */
padding: 5px;
width: 97px;
overflow: hidden;
text-align: center;
}

online 22:
div#large_image_holder ul {
float: left;
min-height: 200px; /* change value for distant from main pic to small pics */
padding: 10px;
position: relative;
width: 300px;
z-index: 10;
}
The administrator has disabled public write access.
Time to create page: 0.102 seconds