Home › Forums › CSS › Resize width according to sibling. › Re: Resize width according to sibling.
June 21, 2013 at 12:23 pm
#139786
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.