I want to center the product's informations on all my product page on mobile and desktop

Hello,

I want to center the product’s informations on all my product page on mobile and desktop.

Thanks.

Hi @embracethegrind

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.product__info-container {
    text-align: center;
    margin: 0 auto;
}
.product-form__input {
    margin: 0 auto;
}
.product-form__buttons {
    margin: 0 auto;
}

Note: If you’d like my help with these impliment, feel free to contact me at devcodersp@gmail.com.

Hi it worked at first but now it is like that can you please correct

Hi @embracethegrind

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.product-form__input {
    margin: 0 auto!important;
}

You can change your settings and customizations through your Online Store-Theme-Customize, and use the left hand Column organizational tools and settings.

If your theme is unable to perform basic functions, such as providing margin settings, you should obtain a better Shopify Theme.

There are many YouTube how-to videos and there are many previous posts here for such questions. You can even use Google Search.