How to remove padding

How to remove padding

Emiway
Trailblazer
263 0 50

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

Screenshot_2024-06-01-00-34-49-31_40deb401b9ffe8e1df2f1cc5ba480b12.jpg

Replies 4 (4)

hassankazmi22
Shopify Partner
25 0 0

Hi! Mitesh3 this is the solution that you need 

  • Access the theme code:
  • go to shopify admin panel
  • Navigate to Online store > themes.
  • click on actions for your current theme, then edit code 

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

Emiway
Trailblazer
263 0 50

Where To Add This Code?

Made4uo-Ribe
Shopify Partner
10096 2398 3030

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Emiway
Trailblazer
263 0 50

I Can't Contact App Provider Cashfree doesn't Have Provided With Anything to contact them