Hi,
Can someone help with making our policy page full width?
On mobile its fine but computer has a lot of empty space.
Add custom CSS to your theme:
.shopify-policy__container {
max-width: 100% !important;
}
@danielehrhardt It works but also mobile and ipad changes. We want to apply it only on computer.
Hello @MaximesLife
I would like to give you some recommendations to support you:
Go to Online Store->Theme->Edit code
Open your theme.liquid theme file
Paste below code before :
1200px is the width of the content , you can replace it with another number
The result will look like the image below:
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages Support Team
works thanks!
I am glad that my solution is helpful to you
.