Forums

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

Home Forums CSS fixing elements when window resized Re: fixing elements when window resized

#88779
TheDoc
Member

Yea, it sounds like you just want a fixed-width site. You could wrap all of your content in a div called ‘page-wrap’ and then apply a fixed width to it (eg, 960px) and then add margin: 0 auto; to it to make it centered.