I have the them width set at 1150 but on my screen it is much wider. If I try to make it e.g. 960 it doesn't change
http://clothesprinting.co.uk/
.gk-page { max-width: <?php echo get_option($tpl->name . '_template_width', 980); ?>px; }
.gk-page { max-width: <?php echo get_option($tpl->name . '_theme_width', 980); ?>px; }
"name": "theme_width",
"name": "template_width",