Site Container CSS
CSS for a website contained in a box, add to site.css
div#site_content {
max-width: 1200px !important;
margin: 0 auto !important;
}
CSS for a website contained in a box, add to site.css
div#site_content {
max-width: 1200px !important;
margin: 0 auto !important;
}