georgieboy Posted December 5, 2010 Share Posted December 5, 2010 hii need to remove that space. i tried to read through the code but failed to remove it. any idea how to do it? Link to comment Share on other sites More sharing options...
rocky Posted December 5, 2010 Share Posted December 5, 2010 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 More sharing options...
georgieboy Posted December 5, 2010 Author Share Posted December 5, 2010 it works perfectly. thanks so much rocky. Link to comment Share on other sites More sharing options...
Recommended Posts