Jump to content

[SOLVED] Need to remove that space. Any idea?


Recommended Posts

Since it's a customised theme, it's hard to help without actually looking at your code. My guess is that it is the following code in the /* product-list.tpl */ section of css/global.css in your theme's directory causing the problem:

ul#product_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 6px;
   min-height: 130px;
   height: auto;
   clear: both;
   margin-bottom: 0.3em
}



Check the height and min-height values. By default, PrestaShop sets a minimum height of 130 pixels for each product row.

Link to comment
Share on other sites

×
×
  • Create New...