Hi everyone,
My add to cart bar is not centred and i find it very irrtating.
Is there any help for this?
Please see below image for reference or the link here https://www.snooze-store.com/collections/collectibles/products/medicom-bearbrick-betty-boops-black-1000
1 Like
@Dom2306
Please add the following code at the bottom of your assets/theme.scss.liquid file.
Show More
.product-form–payment-button-no-variants{ margin: 0 auto; }
Hope this works.
@Dom2306 - add this css to the very end of your theme.scss.css file and check
.product-form {
margin: 0 auto;
}
thanks for providing the solution it works!