Home › Forums › Jevelin Theme › Align thumbnails on category page
Home › Forums › Jevelin Theme › Align thumbnails on category page
Last support ticket for today, I promise ๐
I would like to have all my thumbnails (boxes) aligned on the cateogry page of woommerce. This is linked to the size of the thumbnail, if I take another x by x thumbnail my problem goes away.
But as I will be uploading pictures, I cannot afford to adapt them everytime.
Also, there will be landscape and portrait sizes.
What is the way to force this ?
Thanks in advance,
Ben
Solution for this topic
Hiย Ben,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce.archive.tax-product_cat ul.products li .test {
min-height: 191px;
}
.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
min-height: 94px;
}
.woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a {
border: 0;
}
Best regards,
Shufflehound team
Great work !
This support ticket can be closed ๐
You are most welcome here ๐