we do not have any option to center the buttons. But if you will send us url to page where you want to center it, we'll see if it would be possible with extra css.
Ok. With your current code, it is not possible to center those buttons. But if you will modify your code a little bit and you would wrap those buttons into p tags like below:
<p style="text-align: center !important;"> /* Here paste the code for the button */</p>
Comments
we do not have any option to center the buttons. But if you will send us url to page where you want to center it, we'll see if it would be possible with extra css.
Thanks!