langbianiam Posted July 22, 2013 Share Posted July 22, 2013 (edited) Hi all, I want to change position subcategories in FO prestashop 1.5.4.1 please see attached please help me thanks for advance I turn subcategories off Thanks Edited July 23, 2013 by langbianiam (see edit history) Link to comment Share on other sites More sharing options...
stottycabanas Posted July 22, 2013 Share Posted July 22, 2013 You can do this by editing the category.css file in \themes\default\css. Look for .inline_list li and add display:inline-block; width:189px; Add the same width setting to .inline_list li .cat_name If you only want the images to be displayed, you'll also need to edit \themes\default\category.tpl to remove the subcategory names & descriptions. Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 enjoy: http://www.prestashop.com/forums/topic/244509-solved-display-sub-categories-as-grid/ Link to comment Share on other sites More sharing options...
langbianiam Posted July 22, 2013 Author Share Posted July 22, 2013 (edited) Thanks for yours reply, I like this, but i have problem after to changed category.css please see attached sorry for my English Thanks alot Edited July 22, 2013 by langbianiam (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 image you attached doesnt work Link to comment Share on other sites More sharing options...
stottycabanas Posted July 22, 2013 Share Posted July 22, 2013 If, like me, you want your products to be listed on the subcategory page, but not on the category page, you can amend the category.tpl file as follows: Include {if !isset($subcategories)} between {if $products} and <div class="content_sortPagiBar"> Don't forget the closing {/if}. Link to comment Share on other sites More sharing options...
langbianiam Posted July 23, 2013 Author Share Posted July 23, 2013 (edited) Thank so much, I want display products list, proble with compare button. Please see my attach Thanks again Edited July 23, 2013 by langbianiam (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 in this case you have to define height param for subcategories <ul> block Link to comment Share on other sites More sharing options...
Recommended Posts