Shopify themes, liquid, logos, and UX
How can I reduce the padding on the sides on the product page only? I want more space for the product descriptions to expand on the right. Everything feels too squished in the center.
Solved! Go to the solution
This is an accepted solution.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
product-info .page-width:has(.product) { max-width: 1600px; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
can you provide your website URL
Please, share your store URL. Thanks!
To remove side padding on the product page in Shopify, you can add some custom CSS. Here’s a simple way to do it:
1. Go to your Shopify admin.
2. Click on "Online Store," then "Themes."
3. Find your current theme and click on "Actions," then "Edit Code."
4. In the "Assets" folder, look for a file named `theme.scss.liquid` or `styles.scss.liquid`.
5. Open that file and scroll to the bottom.
6. Try something like this CSS code:
css .product-template { padding-left: 0; padding-right: 0; }
7. Save your changes.
This is an accepted solution.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
product-info .page-width:has(.product) { max-width: 1600px; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025