alfredopacino Posted May 11, 2014 Share Posted May 11, 2014 (edited) as in title i cant figure it out how to show the categories list in 2 columns Edited May 12, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 open: blocakcategories_footer.tpl located in your theme directory and change: <section class="blockcategories_footer footer-block col-xs-12 col-sm-2"> to: <section class="blockcategories_footer footer-block col-xs-12 col-sm-4"> then somewhere in global.css stylesheet file paste this code: .blockcategories_footer ul li {float:left; display:inline-block; widtH:50%} effect: 3 Link to comment Share on other sites More sharing options...
alfredopacino Posted May 12, 2014 Author Share Posted May 12, 2014 just another thing: now i get exactly the image you post: how can i move "Informazioni del negozio" on the right of "il mio account"? Link to comment Share on other sites More sharing options...
alfredopacino Posted May 12, 2014 Author Share Posted May 12, 2014 ok i figure it out myself i changed blockmyaccountfooter.tpl to col-sm-2 sooner or later i will buy you a huuuuge beer Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 omg i just wondering how i can missed that option :| thank you for resetting my head to much coffee :| Link to comment Share on other sites More sharing options...
MusikMachineMan Posted October 10, 2014 Share Posted October 10, 2014 (edited) Dear Vekia, many thanks for your tip for these 2 columns, it works good, but i d like to you know how to proceed to have the merchant informations on a forth column after the account and not below. And also, do you know how to change the color of the background of this footer section (by a picture) many thanks by advance Edited October 10, 2014 by MusikMachineMan (see edit history) Link to comment Share on other sites More sharing options...
pienzu Posted October 21, 2014 Share Posted October 21, 2014 open: blocakcategories_footer.tpl located in your theme directory and change: <section class="blockcategories_footer footer-block col-xs-12 col-sm-2"> to: <section class="blockcategories_footer footer-block col-xs-12 col-sm-4"> then somewhere in global.css stylesheet file paste this code: .blockcategories_footer ul li {float:left; display:inline-block; widtH:50%} effect: Hi Vekia, is this solution only for v1.6? I am trying to do the same for v1.5.4 but I cant find this line "<section class="blockcategories_footer footer-block col-xs-12 col-sm-2">" in "blockcategories_footer.tpl". How to do this in v1.5.4? Link to comment Share on other sites More sharing options...
vekia Posted October 23, 2014 Share Posted October 23, 2014 it's for default-bootstrap theme, this is default theme in prestashop 1.6 in prestashop .tpl files of block categories module (in footer section) looks a bit different. Link to comment Share on other sites More sharing options...
pienzu Posted October 24, 2014 Share Posted October 24, 2014 Thanx for reply. So is it posible to make categories in 2 columns in v1.5.4? Link to comment Share on other sites More sharing options...
pienzu Posted October 24, 2014 Share Posted October 24, 2014 Ah sorry, just realized that this is "NEW Prestashop 1.6" forum. So I am going to start new topic where it is applicable to v1.5.4 Link to comment Share on other sites More sharing options...
Recommended Posts