Home Forums Jevelin Theme Remove this white space Reply To: Remove this white space

Home Forums Jevelin Theme Remove this white space Reply To: Remove this white space

Solution for this topic

Hi Ben,

 

I hope you are well today and thank you for your questions.

 

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

 

body.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
    min-height: 64px;
}
#sidebar .widget-item.woocommerce a {
    color: #fff!important;
}

 

Best regards,
Shufflehound team