CMS Website Design: Changing the Width of Your Site
By Kelly Lane
on Dec 02, 2011 at 02:48 PM in CSS Code Snippets
The following is applicable to the T2 template series - it will work on other templates but may need additional formatting. Simply change the 1000px value in each of the selectors below to the width you want the site to be. For "#content-inner" subtract 30px from your chosen site width so that the content will fit within the margins of the site.
#header-inner {
width: 1000px;
}
#wrapper-middle {
width: 1000px;
}
#content-middle {
width: 1000px;
}
#pre-content-middle {
width: 1000px;
}
#menu-inner {
width: 1000px;
}
#content-inner {
width: 970px;
}