This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow
Hi!
I want to change the position of the attribute, in my case it is because the word that I have as an attribute is aligned to the left and I want to put it with central alignment
Hello,
Add the below code to Theme Options > Custom CSS
.single-product form.cart table.variations th.label label {
width: 100%;
text-align: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up