You can try to make only part of the layout fixed, and then use CSS max-width / min-width and max-height / min-height to limit what you need. The decoration should have as much fluid as possible (for example, large background images should not force the browser to have a width of 1600 pixels, just show as much as possible the width available in the user's browser, without horizontal scrollbars, try setting the container width to 100% ).
You can put min-width , maybe 30em in the main text column, for easy reading (see Ideal row length for content ) and maybe the upper limit of something wide but still readable. This is unpleasant when viewing a site with a layout that overflows the contents into a small box with a fixed size, especially when it is intended only to preserve their design. If your design requires dynamic content to fit a fixed size, the design could probably use a few more considerations.
Sarah vessels
source share