Shopify themes, liquid, logos, and UX
I've double checked that padding is set to 0, and can't figure out what's causing the extra space at the top of my product pages. Any ideas on how to troubleshoot is greatly appreciated!
https://shop.buriedinwork.com/products/clear-kit-deluxe-physical
Solved! Go to the solution
This is an accepted solution.
Hi @BuriedInWork 👋 First double check the section for any relevante space/padding settings.
To fix with style band-aid in a custom-css setting for that section try the following:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
product-info .page-width .product.grid {
padding-top: 0px;
}
Or with the !important declaration; that should be avoid if possible:
product-info .page-width .product.grid {
padding-top: 0px !important;
}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Hi @BuriedInWork 👋 First double check the section for any relevante space/padding settings.
To fix with style band-aid in a custom-css setting for that section try the following:
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
product-info .page-width .product.grid {
padding-top: 0px;
}
Or with the !important declaration; that should be avoid if possible:
product-info .page-width .product.grid {
padding-top: 0px !important;
}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
That worked, thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025