Normally: #header h1 {text-align:center;}, but I think your problem is that your header h1 is in the header_left_bg – div, which is only 140px wide.
You can try to put h1 in your header-div.
evita just told you.
header_left_bg
Its in your source, you CAN view your source in the browser you are using, right?
Thread Starter
ngevo
(@ngevo)
I added and nothing changed…
I changed header_left_bg to header-div (because there was no header-div) and that done nothing either..
Let me try it again:
In your source code there is a header-div which includes a div called header_left_bg and in this div is your h1.
This header_left_bg-div holds also the left piece of your header-image, which have a width of 140px. Therefore centering the h1 has no effect.
Now you can try to put your h1 out from the header_left_bg-div and into the header-div.