2
You need to open the style.css file that will be in the same folder as your theme.html
I would guess the main areas that you would look at are:
table
{
width: 100%;
font-size: 11px;
}
td#headerbanner
{
width: 100%;
background-color: #FFFFFF;
vertical-align: middle;
}
AND
possibly:
.dole
{
border-top: 1px solid #cccccc;
width: 100%;
margin-top: 5px;
}
I use a theme that was once a 7dana theme but have made few little changes now so can't remember exactly what it is that I changed.
As you can see mine already say 100% you can specify a width to suit your site.
Oh, a very nice looking site by the way - looks V. Professional
Dave