Post by gartheman » Mon Feb 22, 2010 9:01 pm

hey everyone,

i'm having trouble aligning the navigation tabs in the header to the right of the template. i did get them to move at one stage, but the tabs read from right to left instead of left to right (home was the right most tab), so i changed them back.

anyone able to help?

New member

Posts

Joined
Tue Feb 16, 2010 5:12 pm

Post by rph » Tue Feb 23, 2010 12:38 am

Go into /catalog/view/theme/[theme name]/stylesheet/stylesheet.css and replace

Code: Select all

#header .div4 a {
	float: left;
with

Code: Select all

#header .div4 a {
	float: right;
I believe that's what you're looking for.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by gartheman » Tue Feb 23, 2010 4:00 pm

thanks for your help, but that's what i ended up with before. now i'm thinking maybe that's the best i can do and i will have to go in manually and change the code to make it read, home, cart, checkout

New member

Posts

Joined
Tue Feb 16, 2010 5:12 pm

Post by rph » Wed Feb 24, 2010 2:11 am

I didn't even notice that when I made the changes. Undo the changes I suggested and try

Code: Select all

#header .div4 {
	width: 510px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
}
to

Code: Select all

#header .div4 {
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
}

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by gartheman » Wed Feb 24, 2010 5:45 pm

thanks, that worked great

New member

Posts

Joined
Tue Feb 16, 2010 5:12 pm
Who is online

Users browsing this forum: No registered users and 10 guests