


It used to be the most common screen resolution was 640px wide. Resolutions without causing a horizontal scrollbar to appear. The "wrapper" to a specific width that will fit most common broswer However more designers prefer the "rigid" method which sets theĬontent to a specific pixel width. This makes the width of the div.wrapper always 80% of the viewport width, whatever it may be. This a accomplished by using the following code: The content width be always a certain percentage of the entire viewport The "liquid" method adjusts the content width on the fly by having There are basically 2 methods - a "liquid" or "fluid" method and a "rigid" method. One of the most asked questions in our forums is "How do I center my content?"īy "centering" we mean keeping all the content centered in theīrowser viewing area even at different resolutions and even if a userīy using a CSS "wrapper" this is very easy to accomplish. Home > Tutorials > CSS Tutorials > Center content with CSS Centered content with CSS
