Hi @INKLY ,You can follow these steps
-
Open Online Store > Theme > Edit Code
-
Find and open the base.css (or theme.css, custom.css) file
-
Paste the code snippet below at the bottom of the file and hit save
.product-form__submit.button span {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
Here is the result
Hope this helps you solve the issue.
Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
