PDA

View Full Version : Avalon: Center the Header Logo


Warrior
28 Dec 07, 17:05
How can i center the Header Logo?

CyberAlien
29 Dec 07, 01:55
in css find this:#logo-right {
background: url(images/logo_right.gif) top right no-repeat;
padding: 4px 15px 0 15px;
text-align: left;
overflow: hidden;
}and change text-align to "center"

Warrior
29 Dec 07, 10:28
Great, Thank you!

monkeymaker
01 Jan 08, 22:42
How do I find the correct css? I've checked in IE&.css and stylesheet.css but couldn't find the right code.


BTW, thanks for the great skin CA. :)

CyberAlien
01 Jan 08, 22:47
Look in stylesheet.css again. Its there.

monkeymaker
01 Jan 08, 23:02
Thank you CA. I found it and changed left to center, but it didn't take. I need to figure out how to get the changes I made to the code on my PC saved or copied onto the server so that the change is reflected on my published website.

monkeymaker
01 Jan 08, 23:12
Got it! Woohooo! :D