PDA

View Full Version : Align banner in Avalon


El_Vindicador
11 Jan 08, 20:18
Hi! im Pablo from Argentina. so....sorry for my english...is awful

so, the trouble:

i want my banner "center" in the header.

see the cap:

http://img246.imageshack.us/img246/6200/muestrawy2.gif

its a little out to the rigth....so..i want just in the center...
y see de .css files, but i got not result

wich files or variable need to modify to get a center banner?

thank!! excelente job in Avalon style.

CyberAlien
11 Jan 08, 23:11
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 replace with this:#logo-right {
background: url(images/logo_right.gif) top right no-repeat;
padding-top: 4px;
text-align: left;
overflow: hidden;
}

El_Vindicador
12 Jan 08, 01:15
nice
its works

thanks cyberalien!