Hello,
For your needs I suggest you to custom your Css code, for customize your product page via your Css,
have a look on this link,
here
.
Note : I advice you to edit and adapt your Css file at the end, later that will be easier to find and correct it.
here, the kind of code, that will center your button :
.hikashop_product_quantity_div.hikashop_product_quantity_add_to_cart_div.hikashop_product_quantity_add_to_cart_div_regrouped {
margin-left: 50%;
}
Maybe, the
50% will be too much or not enough, so
adapt it to your needs.
To learn more about Css code and their properties, I invite you to read this source,
here
.
Hope that will help you.
Regards,