Jump to content

Blocklayered View


mitzayapa

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...