Site logo

Archived topic

selectively set content width

18 replies · Started by Steven on January 16, 2017

Viewing posts 16–19 of 19

What if you apply the custom width to all grid-container classes on the page?

body .grid-container {
    max-width: 2000px;
}

I think I got it.


.entry-content {
    max-width: 1200px !important;
}

I hadn't resorted to the heavy handed !important before.
I appreciate that this was frustrating for you since you weren't able to interact with it live online. Thanks for your patience. Once this goes live I may be back, but hopefully not. I have more than one site I'm hoping to use this layout pattern for, so the effort was worth it for me.
Gratefully,
Steve

You're welcome :)

Definitely don't want to use too much !important.

Let us know if you want us to take a look at it once it's live.

This archived topic is closed to new replies.