Broken Alignment with Bootstrap

0

Hello,

I'm making the following page.

link

And for some reason the alignment went wrong on the fourth product.

I have already inspected everything and apparently has no error or difference between the divs.

Does anyone have an idea?

Thank you!

    
asked by anonymous 06.05.2015 / 14:31

1 answer

0

It is because the second item has 263px height, while the first and third have ~ 262px.

You are probably calculating the heights through some Javascript [directly or indirectly]. Fix the heights (for example at 263px) that the problem was to disappear.

Or set product heights on each line to the value that best fits your products. Also, the ideal there would be to use thumbnails.

    
06.05.2015 / 14:36