Home › Forums › WoodMart support forum › Variable product drop-down label vertical alignment › Reply To: Variable product drop-down label vertical alignment
May 15, 2020 at 7:00 am
#195190
Elise Noromit
Member
Hello,
This is caused by the “Clear button” which is hidden until you chose a variation. This is Wooocmmerce functionality and our theme does not influence. Please add this code to the Theme Settings > Custom CSS > Global to correct:
.variations_form .variations tr:last-child td label {
margin-bottom: 18px;
}
Best Regards