how can I remove the margin bottom of the ATC button? I want no spacing between the payment icons and the ATC
Thanks!
how can I remove the margin bottom of the ATC button? I want no spacing between the payment icons and the ATC
Thanks!
Hey @alyhz
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
.product-form__submit, .product__info-container .product-form {
margin-bottom: 0px !important;
}
.list-payment {
margin-top: -1rem !important;
}
Hi @alyhz
Check this one.
product-form.product-form {
margin-bottom: 0px !important;
}
why isn’t that working accordingly for mobile? just made the changes
not working for mobile unfortunately