How can I remove padding from policy pages?

Hello,

I am getting huge padding in the policy pages.

I want to remove the padding from both sides.

Can someone please help me as to from where can I do it?

Link- https://sohumretail.myshopify.com/policies/shipping-policy

Pass- [email removed]

@ChamanGarg

Sorry, you are facing this issue, it would be my pleasure to help you.

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.shopify-policy__container {
    max-width: 1180px !important;
}

Hey @ChamanGarg .

Thanks for reaching out.

Did you attempt the coding change that was advised by @KetanKumar ? If this worked for you, make sure to mark their comment as anaccepted solution to let others know that may visit the thread.

I appreciate that you have included your online store URL for us to take a look, that is very helpful! Looking into the URL that you have provided, I do see the padding on the policy pages that you are wanting to remove. Would you be able to let us know which theme you are using? As this context will allow us to assist you better in this situation.

If you are unsure about which theme is live on your store, you can navigate to the Theme Editor and select the three dots that are located towards the top left of the page. I took a screenshot from my test store to show you the section I am referring to:

Looking forward to your reply.

@KetanKumar Thanks a lot