How Do I Justify/Align These to Center? Dawn Theme

Solved
PeterMantu
Excursionist
15 2 3

As per attached image, please assist with center aligning everything I have indicated. Please also look into aligning the "Customer reviews" text at the bottom - Dawn Theme. Here is my site URL

Thanks in advance.

Center Align.pngMobile View.png

 

 

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/
Accepted Solutions (3)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@PeterMantu 

Please add following css code your assets/section-main-product.css bottom of the file.

.product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 auto !important;
    max-width: max-content !important;
    min-width: fit-content !important;
    border: none;
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

diego_ezfy
Shopify Partner
2855 544 796

This is an accepted solution.

@PeterMantu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.product-form__input,
quantity-input.quantity{
    max-width: 100% !important;
    width: 100% !important;
}



Kind regards,
Diego

View solution in original post

PeterMantu
Excursionist
15 2 3

This is an accepted solution.

Thanks @dmwwebartisan this worked perfectly.

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/

View solution in original post

Replies 3 (3)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@PeterMantu 

Please add following css code your assets/section-main-product.css bottom of the file.

.product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 auto !important;
    max-width: max-content !important;
    min-width: fit-content !important;
    border: none;
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
PeterMantu
Excursionist
15 2 3

This is an accepted solution.

Thanks @dmwwebartisan this worked perfectly.

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/
diego_ezfy
Shopify Partner
2855 544 796

This is an accepted solution.

@PeterMantu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.product-form__input,
quantity-input.quantity{
    max-width: 100% !important;
    width: 100% !important;
}



Kind regards,
Diego