Centering Content on Product Page of Supply Theme

I am looking to center all the content on the product pages of the supply theme. Right now everything is aligned to the left as shown in the screenshot below. Thank you!

URL is juliakcalligraphy.com if needed.

Hello @juliakcalligrap

Please give a try to this code:

form#addToCartForm-product-template {
    margin: auto;
    text-align: center;
}
ul.inline-list.product-meta {
    margin: auto;
}
.template-product .grid-item {
    text-align: center;
}
select#productSelect-product-template-option-0 {
    margin: auto;
}

Add this in you theme css file.

Let me know!

Cheers!

It centered things but in an odd way, and didnt include the photo. See
below.

You forgot to add the image in post :face_savoring_food:

Sorry about that! See below.

Alright, it seems it need some html structure fixing and Css fixing as well. for that i need theme access if its ok with you.

Yes, how do I give access?

You can give access on below email as a staff, also drop an email over there please.

Ok, I just sent an email to your email provided.