- This topic has 5 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › secondary nav position
Tagged: secondary nav position
Hi,
Testing the secondary nav bar above the Header. How can I float it to the right side of the Header, and keep the primary nav bar on the left or centered below the Header? Possible?
Thanx,
Tom
Take a look here – http://appfinite.com/topic/secondary-menu-position/#post-3413 and see if that helps.
Mornin’ Wes,
I tried that yesterday but that change moves both the primary and the secondary nav bars. They essentially “flip” like a photo. I would like to flip the nav bar above the Header and leave the primary nav bar alone. Can they be repositioned independently?
Thanx,
Tom
You just need to add #subnav in front so it only affects the secondary menu like this –
#subnav .menu li {
float: right;
list-style-type: none;
}
Hi Wes,
Thanx for the code.
Tom
You’re Welcome