Saturday, December 12, 2020

Woocommerce - show variation dropdown under label

 How to have variation label and variation drop down be on different line.


Adding this code to your theme style.css will move the variation drop down under the variation label's title.

.woocommerce div.product form.cart .variations td {
    display: block;
}
 
 
THIS IS THE RESULT:
 
BEFORE:
 
 
 
AFTER:
 

No comments:

Post a Comment