Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to remove padding from my product page Shown in image
URL https://plugmydrip.com/products/air-jordan-1-retro-high-og-unc-toe
Hi! Mitesh3 this is the solution that you need
When you do this them locate the relevant css file that control the styling of your product page.
the page seems like theme.sccss.liquid you have to add or modifify your css
remove all padding or specify individual padding values
the code is :
.product-page-class{
padding:0;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
}
save and preview your store and ensure that padding will be removed as desired
Regards : hassankazmi22
Where To Add This Code?
Hi @Emiway
That space is from the cashfree app.
I cant see the code for making this space. I suggest contact the app provider.
Thanks!
I Can't Contact App Provider Cashfree doesn't Have Provided With Anything to contact them