Quote Originally Posted by thomas_BDD View Post
There is always more than one way, but one that should work should be

Find
\includes\templates\ZJ_black_2\css\stylesheet.css

At the very top you will find "body" add in width: 1024px;

so it would look something like...

body {
margin-top: 10px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
width: 1024x;
}
I tried this as well but it didnt do anything. How do I make my page width be 100%. I am having major hassles with the side boxes going outside the page when I add text.

Thank you.