If the last row is less than full - the view gets squashed and distorted to 33%.
Had to add:
.cols-3 .row-last .views-col {
width: 92%;
}
to the views.css
Is there a better way? something built-in maybe?
Hi shvecht,
It will be better if you could provide some screenshots for your issue or your site url. So i can take a look at it.
Hi shvecht,
It is a bug of TB Metroz. Thanks for informing us. It will be fixed in the next theme version. In the meanwhile, below are instructions to solve this issue:
* Go to your site source > sites/all/themes/tb_metroz/css/views.css
* Remove the line 648 ( float: left )
With this fix, you don't need to add other css like you posted in your above question.