You cannot increase the width but you can set the max width on divs to whatever size you want. I usually set my container to max width 1200 by applying that single attribute to a div, calling it container and then applying that style to all containers manually. This creates the extra width.