Home Forums WoodMart support forum Variable product drop-down label vertical alignment Reply To: Variable product drop-down label vertical alignment

#195190

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