Home › Forums › WoodMart support forum › Product variations not aligned properly › Reply To: Product variations not aligned properly
November 12, 2018 at 8:42 pm
#89095
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
table.variations td.label {
vertical-align: top;
padding-top: 5px;
}
Regards