Forums

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

Home Forums Other Why don't more sites use max-width: 100% wrapper? Reply To: Why don't more sites use max-width: 100% wrapper?

#156496
__
Participant

What you generally find is something like this …

Or, perhaps,

width: 860px;
/* won't overflow small containers */
max-width: 100%;