Home Forums Jevelin Theme Single product, align description Reply To: Single product, align description

Home Forums Jevelin Theme Single product, align description Reply To: Single product, align description

Solution for this topic

Hi Pedro,

 

I hope you are well today and 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

 

@media (min-width: 992px){
.woocommerce #content .woocommerce-tabs.wc-tabs-wrapper {
    position: relative;
    width: 200% !important;
}
}

 

Best regards,
Shufflehound team