Need help centering add to card and buy with shop pay form

If anyone could help me I need the code to add to my theme.css that will center the following section on my product pages.

www.ArachnidShop.com

Hello @arachnidshop

You can add code by following these steps to center the area you mentioned in screenshot

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-template__container .product-form { text-align: center !important; margin: 0 auto !important; }

@niraj_patel you the best man!

1 Like

My Pleasure @arachnidshop