I’m using the dawn theme and cant find the snippet of code that adjusts the text width on policy sites.
as of right now my policies are pretty long and them being long makes the site way too long
password: leeklas
I’m using the dawn theme and cant find the snippet of code that adjusts the text width on policy sites.
as of right now my policies are pretty long and them being long makes the site way too long
password: leeklas
found the following code:
.shopify-policy__container {
max-width: 100% !important;
}
hii, @schaschlyk
Paste this code on top of the base.scss file.
@media only screen and (min-width: 992px) {
.shopify-policy__body {
width: 281% !important;
margin-left: -88% !important;
}
}
Thank You.