Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / positioning my header links

positioning my header links

Locked

Views: 991

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Jan 2007, 6:51 PM
#1
hanafoo avatar

hanafoo

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

positioning my header links

hello, i would love some help with this. i want to move my header links so they are positioned right instead of left. my shop:

http://www.shelovesstars.com/shop/

its the 'about' 'guestbook' links etc that are at the top. i dont want them on the left.

if anyone can help id be so greatful! thank you

15 Jan 2007, 7:17 PM
#2
xerophyte avatar

xerophyte

New Zenner

Join Date:
Nov 2006
Posts:
4
Plugin Contributions:
0

Re: positioning my header links

find your style sheet and add this to this css class

text-align:right;

#navEZPagesTop {
/*other styles bottom add this */
text-align:right;
}

you should able to find the file at

includes/templates/YOUR_TEMPLATE/css/stylesheet.css

hope that helps

15 Jan 2007, 7:29 PM
#3
hanafoo avatar

hanafoo

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

Re: positioning my header links

thanks so much!