I want the Add To Cart to be centered on my Refresh theme 14.0.0
Hi @ZephyrShop ,
Add below css to the base.css file.
.product-form__buttons {
margin: 0 auto;
}
Please don’t hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Hello @ZephyrShop
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->section-main-product.css>add this code at the bottom of the file.
.product-form__buttons {
margin: 0 auto;
}
Hello @ZephyrShop ,
I understand you are looking to centered the positioning of your ‘Add to Cart’ button.
Please use the below code and place at the bottom of the theme.liquid file before tag and save.
After applying code output will be like this -: https://prnt.sc/BP6YQDRX2ueG
I hope the code help you to get a desired output.
Please share if you have any queries.
Thank you.