Home Forums Jevelin Theme Align thumbnails on category page Reply To: Align thumbnails on category page

Home Forums Jevelin Theme Align thumbnails on category page Reply To: Align thumbnails on category page

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