bigvibes
Member
Posted 1 year ago #
I can't get my header to align to the center. First it asked for an image 1000 x 150, so I designed one that size, but it got cropped!? Then I made a smaller one but it aligns to the left. Can anyone help me with this : dewcreative.com
As a temporary solution, I edited the image, but I'd like to align it properly.
All I can think of is that your original custom header image wasn't 1000px wide by 150px high. I've just re-tested the custom header option with a 1000px wide by 150px high image and it worked perfectly. No cropping.
Bear in mind that you may will to view the site at a resolution greater than 1024px to see the full banner. Or edit style.css:
#wrapper {
margin:0 auto;
max-width:1000px;
padding:0;
width:80%;
}
and change the width value to 90%.