artkit 0 Report post Posted May 11, 2011 I am trying to change the whole width of the template in the layout section. I see that it only allows you a minimum width of 800px. Is there a way to get rid of the regulated width limit and go lower than that. Thank you Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 11, 2011 Can try with CSS like this snippet: ` #site .content, .wcontent, #primary-nav ul.main-nav.nosearch { width: 600px!important; } ` Share this post Link to post Share on other sites