fuzy Posted November 1, 2014 Share Posted November 1, 2014 Hi, How can I make the block layered navigation to show the checkbox filter options in one column only? I'm using Prestashop 1.6.0.9 Thank you in advance. Link to comment Share on other sites More sharing options...
dioniz Posted November 1, 2014 Share Posted November 1, 2014 You need to find ul name of your filter option. It should look something like this: ul_layered_id_feature_5 and then make a css class somewhere in your css file like this: ul_layered_id_feature_5 li.col-lg-6 { width:100%; } Link to comment Share on other sites More sharing options...
wrequine Posted December 4, 2014 Share Posted December 4, 2014 You need to find ul name of your filter option. It should look something like this: ul_layered_id_feature_5 and then make a css class somewhere in your css file like this: ul_layered_id_feature_5 li.col-lg-6 { width:100%; } I don't think I did this correctly. I want to make my manufacturer filter one column, so I opened /themes/mytheme/css/modules/blocklayered/blocklayered.css . At the bottom of this file I added the following code: ul_layered_manufacturer_0 li.col-lg-12 { width:100%; } I forced compilation and turned off cache, and when I refreshed, nothing happened. Manufacturer is still two columns. Can you tell me what I did wrong? Link to comment Share on other sites More sharing options...
Prestachamps Posted December 4, 2014 Share Posted December 4, 2014 would it be possible that you post your sites URL ?! It would be much easier to create the changes needed and send it to you. LEo 1 Link to comment Share on other sites More sharing options...
Recommended Posts