I have something like as below picture
I would like as below
A user seeks to change the product page alignment from center to left in Shopify’s Dawn theme. They provide before/after images showing the desired layout change and share their development store URL with password access.
Two solutions are offered:
Solution 1 (CodingFifty):
product-info .page-width with custom padding and margin adjustments for screens 750px and widerSolution 2 (DaisyVo):
product-info > .page-widthResolution: The user confirms DaisyVo’s solution worked successfully. The discussion is resolved with the CSS customization approach.
Hi @kb2528 .,
Kindly share the store URL.
url :- https://pgf-dev.myshopify.com/
pass :- brucri
Hello @kb2528 .,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css Add the provided code at the end of the file.
@media screen and (min-width: 750px) {
product-info .page-width {
padding: 0px 0rem !important;
margin-right: 150px !important;
}
}
Hi @kb2528
To complete your requests, please follow these steps:
product-info > .page-width {
max-width: unset !important;
padding-inline: 0 !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Thank you Daisy! it worked!
Thank you for your response!
Hi @kb2528
If it works, I will be really grateful if you can give us a like and mark our answer as Solution
Thank you so much
Best,
Daisy