Page width in greensalad theme

Permalink
Can someone please tell which pieces of code need to be changed to modify the screen width. I'm using left sidebar template.

Thanks

 
Kurtopsy replied on at Permalink Best Answer Reply
Kurtopsy
To modify the width of the page you will use CSS. In the CSS folder double click main.css and make the following changes.
body {
min-width: 100%;
}

That will get the screen width on page load, and will adjust accordingly. Hope this helps.

-Kurt
trenttdogg replied on at Permalink Reply
that did help. Thank you.