Home Forums Jevelin Theme empty space on woocommerce product page Reply To: empty space on woocommerce product page

Home Forums Jevelin Theme empty space on woocommerce product page Reply To: empty space on woocommerce product page

Solution for this topic

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

 

.sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title + div,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-short-description,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-seperator-line {
    display: none;
}