Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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
Solved! Go to the solution
This is an accepted solution.
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.
found the following code:
.shopify-policy__container {
max-width: 100% !important;
}
This is an accepted solution.
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.
User | RANK |
---|---|
205 | |
105 | |
88 | |
56 | |
45 |