I need to make the margins wider for my “sizing-help” page so that the size chart image is actually readable, is there a css code to adjust the left & right padding only that I can add to just that page? There are sliders for top & bottom, but not left/right. Here’s a reference. I am using the Dawn Theme.
Hi @amyp25 ,
Im sorry I didnt catch that much what youll like to do. You like to add margins? To make sizing-help wider? and add padding to left and right? You like the sizing chart wider? Would you mind to share your URL website? with password if its protected. Thanks!
Yes, I need to make the center section of content wider so the chart is visible.
These are the only options I have when trying to edit in the page.
Can you help me without me having to share a password in this forum? Thanks!
Im not sure if I can help you without seeing any visible design. Its hard to searching in the darkness. Even we know your theme but youve already make a lot of costumization and we need to get the same design that you have, it will spend more time for us. You can PM me anytime. Thanks!
I just sent you a PM, thanks.
Thank you for the information.
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.product-popup-modal__content {
padding-left: 0px;
padding-right: 0px;
}
.product-popup-modal__content-info {
padding-right: 0px;
}
Result:
I hope it help.
Thank you, but from the code you provided & your screen shot it looks like that is just for the sizing chart pop up on my product pages.
I need to adjust the sizing-help page, which is attached to the Sizing hyperlink in my footer.
Oh sorry about that, I manage to make it wider but its wides also the page. So I size only 80%. Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.page-width.page-width--narrow.section-template--19964250095891__main-padding {
max-width: 80%;
}
Result:
I hope it help.
That worked perfectly, thanks so much for your help!





