I’m on DAWN 13.0.1
so i wanted to basically have every page on my shop to show up as full page width so i added the following to my base.css
@media screen and (min-width: 990px) {
.page-width {
max-width: 100%;
}
but this doesn’t work well for pages that use the default page template such as about me, privacy policy etc…
question is can i add a custom css to the sections i don’t want to use the max-width 100% option?
thank you

