Paul Reading Posted April 20, 2009 Share Posted April 20, 2009 The gap between subcategory rows is almost nothing. Is there a simple place to change this spacing? I just want to make it look slightly more pleasing to the eye. Link to comment Share on other sites More sharing options...
Dave Egerton Posted April 20, 2009 Share Posted April 20, 2009 PaulCan you supply URL - makes kit easier for someone to try and help? Link to comment Share on other sites More sharing options...
Paul Reading Posted April 20, 2009 Author Share Posted April 20, 2009 Here it is:-http://www.lightbulbsuperstore.co.uk/5-bulbs Link to comment Share on other sites More sharing options...
cerberus22 Posted April 21, 2009 Share Posted April 21, 2009 http://www.prestashop.com/forums/viewthread/8206/themes/subcategory_spacing__too_close_together/ Link to comment Share on other sites More sharing options...
Paul Reading Posted April 21, 2009 Author Share Posted April 21, 2009 That is really nice, except it is the spacing between the rows that I want to increase. I am sure that this a really easy change, but I am not sure how to do it. Link to comment Share on other sites More sharing options...
jhnstcks Posted April 21, 2009 Share Posted April 21, 2009 Just add margin-bottom:5px; to class ul.inline_list li { which is probabaly about line 143.Change the margin size accordingly. Link to comment Share on other sites More sharing options...
Paul Reading Posted April 21, 2009 Author Share Posted April 21, 2009 Thank you I had to change it to margin-top as it was increasing the space between the category and the text beneath instead of the text and the category above if you see what I mean.The lines start at 1435body#category div#subcategories ul.inline_list li a img { display:inline; margin-top:18px;}The result is a huge improvement. Link to comment Share on other sites More sharing options...
Cuban Posted February 9, 2010 Share Posted February 9, 2010 I have a problem.How do I add a picture of a thoroughly "bar" for this entry? /* category.tpl */ h2.category_title { font-size: 1.3em; } h2.category_title span{ color: #bbb; } body#category #subcategories li { margin-right:10px; } div.cat_desc { margin:0 1em; } body#category div#subcategories ul.inline_list li a img { display:inline; } I mean exactly this picture http://www.kofishop.pl/block_header_large.jpgBecause I have such a problem that I'm not showing it herehttp://www.kofishop.pl/belka.jpg Link to comment Share on other sites More sharing options...
Recommended Posts