Hello,
I made a button and need to center it in the middle of the page horizontally and need to add a little spacing before and after the word.

Below is my code
Subscriptions
Hello,
I made a button and need to center it in the middle of the page horizontally and need to add a little spacing before and after the word.

Below is my code
Subscriptions
Regarding add some space around your button text, try adding padding: 0 10px;
That fixed it, thank you