This is a brand new Purplelilly template and Ive just changed the width to 100%
#mainWrapper {
background-color: #EEDDFF;
text-align: left;
width: 100%;
vertical-align: top;
}
Have changed the background-position from left top to right top
#headerWrapper {
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-position: right top;
}
I then created my own version of logo.png to be 550px by 150px
I copied a block of the light purple colour from header.jpg and pasted it several times into logo.png until the whole of logo.png was the correct colour match. (using fireworks)
The only thing I was unsure of was whether 550px was the correct width to make logo.png and I dont know how wide a 100% screen is in pixels. header.jpg remained at its original size of 720 x 150 pixels.
Sorry, Im unsure if this info is any help. It looks to me as if my idea should work. This is basically an unchanged original site, except for the addition of google analytics.
#logoWrapper {
/* margin-bottom: 0px; /
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: left top;
/ padding-bottom: 20px; */
height: 0px;
}
Is this any help ?