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.

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.