How can I adjust the page width of my policies in desktop mode?

Yes, Replace with this one again. This code only shows on the dektop view not on mobile. The mobile will be the same before the changes.

@media only screen and (min-width: 749px){
.shopify-policy__container {
    max-width: 50% !important;
}
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like