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?
Go into /catalog/view/theme/[theme name]/stylesheet/stylesheet.css and replace
with
I believe that's what you're looking for.
Code: Select all
#header .div4 a {
float: left;
Code: Select all
#header .div4 a {
float: right;
-Ryan
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
Attachments
I didn't even notice that when I made the changes. Undo the changes I suggested and try
to
Code: Select all
#header .div4 {
width: 510px;
clear: right;
float: right;
height: 32px;
padding-right: 14px;
}
Code: Select all
#header .div4 {
clear: right;
float: right;
height: 32px;
padding-right: 14px;
}
-Ryan
Who is online
Users browsing this forum: No registered users and 10 guests