gregultra Posted December 4, 2013 Share Posted December 4, 2013 (edited) In the layered menu (where customers can choose colors, brands etc...), when the list of options come to a certain number, a scrolling appear.I want to get rid of that, so that all colors are displayed and the customers don't have to scroll. I suppose it's in the blocklayered.js, but i'm a scrub in JS :/ so any help is welcome. Edited December 11, 2013 by gregultra (see edit history) Link to comment Share on other sites More sharing options...
Orange35 Posted December 4, 2013 Share Posted December 4, 2013 you need to change css, not js. Open \modules\blocklayered\blocklayered.css and modules\blocklayered\blocklayered-15.css Search line #layered_form div div ul { and remove next line: max-height: 200px; That max-height makes scroll when there are certain options. 1 Link to comment Share on other sites More sharing options...
gregultra Posted December 4, 2013 Author Share Posted December 4, 2013 Thank you so much.I was persuaded it was a script Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now