This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow
Hi
The variations are not aligned with the rest of the elements on the page. How do I center align it please?
Thanks,
Temisan
Hello,
Add the below code to Theme Options > Custom CSS
.single-product form.cart table.variations td.value {
width: auto;
}
.single-product form.cart table.variations td.label {
text-align: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up