Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Resize width according to sibling. Re: Resize width according to sibling.

#139786
Paulie_D
Member

Aha.

You have div with a class of `body2` which has a set width of 950px.

That width doesn’t get overridden in a media query anywhere that I can tell and that seems to be the issue.

Change the width property of `.body-2` to `max-width:960px` and I think it will work a little better.