How do i fix the padding size in all the policy pages?

hi,

Please can someone help me fix the huge padding size in all the policy pages? Currently, all the text is in a straight column in the centre of the page, how can i change it to look normal?

I have the " studio " shopify theme.

thanks

@RubyB11

Can you share your store URL? Then I can review it

@RubyB11

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

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @RubyB11
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.shopify-policy__container{
max-width: var(--page-width)!important;

}

It worked, thankyou!