Forums

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

Home Forums CSS Does Firefox ignore max-width? Image is much too big Re: Does Firefox ignore max-width? Image is much too big

#118280
Webbster
Member

@jurotek; thanks for your answer. I tried this, but it didnt’t work for me…
After putting a container with max-width: 1200px or something similar, the layout looks like this:
http://yellow-bull.bplaced.net/
And if I’m setting 1200px to something greater, the whole design looks like in the first post, the image is to big then. I already found out, that, if I’m using a fixed width for the set_content-Element, everything is ok. But unfortunately that’s not, what I want.

Here’s a part of the code for the set_content:


@media only screen and (min-width: 90em) {
.set_content {
width: 50%;
font-size: 150%;
padding: 2em 10%;
}
.headerimage {
width: 70%;
}
}

As a container, I now used the one from jurotek.