Hi there,
When a product is sold the button appears on the left side.
How can I make it so that the SOLD button is centred.
My website is here
Thank you
Hi there,
When a product is sold the button appears on the left side.
How can I make it so that the SOLD button is centred.
My website is here
Thank you
Hii @Moosha ,
What do you want with your “sold” and “buy it now” buttons?
explain properly so I will help you.
Thank You.
can you please try this code.
.product-single__add-to-cart {
align-items: center;
justify-content: center;
}
Hi, I was literally just going through the same issue and came here to find the answer. I ended up figuring it out myself!
Online Store
Customize
Click “Products” in the drop down menu
Click “default products” & choose a product
Under “add to cart button” edit the button size from small to large
Hope this makes sense and helps