Use this CSS fix to reduce the side-page blank space on policy pages in your Zendrop theme.
Step-by-step instructions
Log in to your Shopify Dashboard
Go to Online Store → Themes, click Customize on your live theme.
Click the gear icon (⚙️) in the lower-left corner to open Theme Settings.
Scroll down and select Custom CSS and paste your CSS code in the provided field (below any existing code).
shopify-policy__container { max-width: 90vw !important; }
Note: Preview your store to make sure the changes look good.
Preview your store's policy pages after saving to confirm the side-page blank space is reduced.




