how to center product information on product page (venture theme)

We would like all information (text & photos) on the product page to be centered. Right now it is over on the right hand side only(see attached photo for an example). Please help center it all. Our website url is: https://yellowstonenaturalnutrition.com/products/get-revive-pm

Thank you!!

1 Like

@YNN

Do you have html knowledge so i can show you how you can do that else can you please attach ‘Sections > product-template’ file code.

I will make changes in it and then you can replace the code.


If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.product-single__info-wrapper .product-form,
.product-single__info-wrapper .product-single__meta{
text-align: center;
}

@YNN

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__info-wrapper {
    text-align: center;
}

Can I give you temporary access to implement the code, please? I tried this but wasn’t successful

@YNN

Yes sure should i send you a collaboration request?