Shopify themes, liquid, logos, and UX
Hi, guys!
Can someone please help me remove side padding on product page? Also top padding. I have tried everything and nothing seems to work 😞
Here is the link to the page -
https://rustmademe.com/products/irregular-shaped-plant-box-l
Thanks so much! 🙂
Hi @user7777
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.page-width {
padding: 0 0rem !important;
}
.section-template--23289242059093__main-padding {
padding-top: 0px !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Sorry, but this didn't work 😞
@user7777 An extremely sorry for this, I updated the code
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.page-width {
padding: 0rem !important;
}
product-info#MainProduct-template--23289242059093__main {
padding-top: 0rem !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
{% if template.name == 'product' %}
<style>
@media screen and (min-width: 750px) {
.page-width {
padding: 0 0rem !important;
max-width: 100% !important;
margin: 0 auto;
}
}
</style>
{% endif %}
Thanks!
@
Thanks so much! It finally worked! 🙂
Could you please help me edit the code to add a small padding on right side only? Because they buy button and rest product info is now withput padding on right side.
Thanks again 🙂
can you share screenshot what you want i can help you!
Thanks!
Oh, but I just realised it made some mistakes to all page...
Please add the following CSS code to your assets/base.css bottom of the file.
@media screen and (min-width: 750px) {
.page-width {
padding: 0 5rem !important;
}
}
Thanks!
Unfortunately it didn't resolve the issues... 😞
I need to change padding on sides on product page only! Padding on left should be 0, on the right a little padding. Could you please loook into this?
Thanks!
Ok please wait i will send solution.
Thanks, I already found a solution! 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025