Site logo

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.

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.