Home › Forums › Basel support forum › Change Alignment of a Product Page Field › Reply To: Change Alignment of a Product Page Field
October 29, 2018 at 11:03 am
#85866
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS:
.single-product-content .variations td {
vertical-align: top;
}
.single-product-content .variations label {
padding-top: 10px;
}
Best Regards