Hi @bapestars
Thank you for reaching out!
I have tried to align the add to cart buttons (for related products section) to center using Custom CSS, and here is the output: https://d.pr/i/LHNguK
You can try the CSS code as well:
/* RP ATC buttons aligned center | 5427505-zen | NS */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
margin-left: auto !important;
margin-right: auto !important;
}
To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.
Let us know if this works for you.