mitzayapa Posted January 17, 2016 Share Posted January 17, 2016 (edited) Hey guys i need some help with the way filters are shown , right now i have one filter per line, i need them to be 2 filters per line. This is what i have; This is what i need : url is : http://computersottocosto.com/nueva Any help is appreciated. Edited January 17, 2016 by mitzayapa (see edit history) Link to comment Share on other sites More sharing options...
abdulwahabhabib Posted January 17, 2016 Share Posted January 17, 2016 You will have to work with css. Link to comment Share on other sites More sharing options...
roja45 Posted January 17, 2016 Share Posted January 17, 2016 specifically: /themes/default-bootstrap/css/modules/blocklayered/blocklayered.css line: 170 #layered_block_left ul li { min-width: 50%; width: auto; } I got the effect you're after by changing it to this: #layered_block_left ul li { min-width: 49%; display: inline-block; max-width: 49%;} but then again my css skills aren't the greatest so there is probably a better way. Link to comment Share on other sites More sharing options...
mitzayapa Posted January 17, 2016 Author Share Posted January 17, 2016 Now that works like charm, thanks alot. 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