*I think* if you replace 660px with either 800px or 85% in both the 'header' and the 'content' sections of the css sytle sheet it will work? (as long as you keep images the size of the latest image, under 550)
To extend the 'Title' box a bit further out you could try 850px in header and then 800px in 'Content'
1 Comments:
*I think* if you replace 660px with either 800px or 85% in both the 'header' and the 'content' sections of the css sytle sheet it will work? (as long as you keep images the size of the latest image, under 550)
To extend the 'Title' box a bit further out you could try 850px in header and then 800px in 'Content'
So,
Find:
#header {
width:660px;
Change 660 to 850px (or 90%)
Find
#content {
width:660px;
Change 660 to 800px (or 85%)
Hope this helps?
jamesbirdatgmaildotcom
Post a Comment
<< Home