Forums

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

Home Forums CSS Fit image Reply To: Fit image

#256244
JeroenR
Participant

I think I would solve it like this: Get rid of the padding-left: 25%; and padding-right: 25%; on the <div id="team" class="team">.
Then the <div class="container">, set it to width: 1920px; in combination with margin: 0 auto;. But the class container prevents having a larger width with a media query. So you should either change you’re media query settings or apply another classname to allow that DIV to be wider than the 1180px.