Jump to content

products list Shown Per Row


Recommended Posts

It's because you have

 

#featured-products_block_center li {
  1. margin-right10px;
  2. padding10px 0;
  3. width126px;
  4. height240px;
}
 
But then
 
 
 
.cleantheme.two_col.grid #product_list li {
  1. width227px;
}
 
 
.cleantheme.grid #product_list li {
  1. floatleft;
  2. margin5px;
  3. padding8px 8px;
  4. width244px;
  5. positionrelative;
  6. height196px;
  7. border1px solid #eeeeee;
}
 
You must change the latter values to match the width of the homefeatured block. The file is cleantheme.css
Link to comment
Share on other sites

×
×
  • Create New...