How do I change the width of the template? (V1.3.x)
FOR v1.3.x, assuming you've based your template on "template_default": open your stylesheet and find
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
}
Simply change 100% to 750px or whatever width you desire