To get an idea of what I want to do, here is my site www.bendisskin.com. Is there a way to center the links "About bendis" & "Bendis on Facebook" that are located in the header?
Thanks
Steve
To get an idea of what I want to do, here is my site www.bendisskin.com. Is there a way to center the links "About bendis" & "Bendis on Facebook" that are located in the header?
Thanks
Steve
In your stylesheet, find #navEZPagesTop and add
text-align: center;Code:#navEZPagesTop { background-color: #abbbd3; background-image: url(../images/tile_back.gif); font-size: 0.95em; font-weight: bold; margin: 0em; padding: 0.5em; text-align: center; }
Thanks, it worked!