Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / EZpages nav bar - alignment

EZpages nav bar - alignment

Locked

Views: 794

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 May 2008, 9:36 AM
#1
partyparcels avatar

partyparcels

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

EZpages nav bar - alignment

Hi,
This may be simple, but I cannot figure it out. All I want to do is move the navigation of the EZpages in my header to be right aligned. I am thinking CSS but not really sure what to look for.

Thanks in advance.

https://www.partyparcels.com.au

14 May 2008, 9:45 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: EZpages nav bar - alignment

Find this in your stylesheet and add the red entry

#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: right;
	}
14 May 2008, 9:49 AM
#3
partyparcels avatar

partyparcels

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

Re: EZpages nav bar - alignment

Thank you for such a quick response.