willdebeest Posted February 28, 2010 Share Posted February 28, 2010 How do I adjust the spacing between each listed product in the product_list.tpl? Link to comment Share on other sites More sharing options...
vilma1984 Posted May 31, 2010 Share Posted May 31, 2010 i am interested in this as well. has anyone know how to change spacing between products? Link to comment Share on other sites More sharing options...
rocky Posted June 1, 2010 Share Posted June 1, 2010 Edit the following block in the /* product-list.tpl */ section of css/global.css in your theme's directory: 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 } Increase the margin-bottom value to increase the vertical spacing betweening product listings. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now