Archived topic
Applying grid container width only for inner pages
3 replies · Started by ch1800 on June 19, 2020
Viewing posts 1–4 of 4
Hi folks,
In Catalyst, I want to apply this width only for inner pages and exclude homepage:
body .grid-container {
max-width: 850px;
}
Is there a way other than using a different width only at homepage's CSS?
Thanks.
Hi there,
Try using a layout element instead:
https://docs.generatepress.com/article/layout-element-overview/#content-1
Let me know if this helps :)
Yep, you are right, didn't think about that...
That works like a charm, many thanks!
No problem :)
This archived topic is closed to new replies.