Product is not align on shop page
Hi,
We've tried to add spacer but seems like it's not a right place to fix. Could you please give us some advice?
Please see photo attached.
Thanks in advance.

-
Hi,
this is because some of your titles are long and need two lines and are therefore not aligned. You could solve this with Custom CSS: https://stackoverflow.com/questions/34147063/product-view-alignment-on-woocommerce
0 -
This is what is working for me:
If your columns are wrapped in a row element, just add this CSS code to your row element. If not, then add this code to each column:
element .brz-column__items {
height: 100%;
}
element .brz-column__items .brz-wrapper-clone {
margin-top: auto;
}0 -
Hi,
thanks for sharing. Appreciate it ))
0 -
Thank you very much for all your help!
0
Please sign in to leave a comment.
Comments
4 comments