Jump to content

Block Layered Navigation customization


Recommended Posts

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

  • 1 month later...

 

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

×
×
  • Create New...