Hi kbleads ,
This is possible with a custom CSS.
First set the horizontal position of the button to left: 50%
.
Then copy and paste this into your WordPress' Additional CSS:
.buttonizer {
/* Center button */
transform: translate(-50%);
}
.buttonizer a {
/* Change the width of button */
padding: 0 38px;
}
This should change Buttonizer into something like this:
Please let me know if this works for you! 🙂