How do I resize my header? I need more space for my logo and header bg.
How do I resize my header? I need more space for my logo and header bg.
Can't see what you need
Post a link
Zen-Venom Get Bitten
based on your CSS:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
you set the height for 75px when the image is clearly larger than 75px.
just a side note I would consider enlarging the width 750px looks too small on wide screen monitors and bigger monitors which almost everyone is using now. I would at least increase the site width to 850px to no more than 980px. Also by having a huge header on all your pages you are taking a way from customer attention.
Not the case - ALMOST EVERYONE!!Originally Posted by Glamorousshoe
The bulk of users
1024×768 (47%)
1280×1024 & higher (30%)
320×240 and 320×480 increasing rapidly (Mobile)
Zen-Venom Get Bitten
Oh thanks! I couldn't find that for some reason...
I have a wide screen monitor and it really doesn't look small to me because I'm used to a lot of website layouts looking kinda small. =P
and yeah I agree with you about the header... The computer I had that I used photoshop on died so I'm just using that header temporarily until I get photoshop back.