
Originally Posted by
thomas_BDD
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;
}