secondary nav position

Homepage Community Forums Legacy Theme Support secondary nav position

  • This topic has 5 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3489
    tjd
    Customer

      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

      #3494
      Wes
      Moderator

        Take a look here – https://appfinite.com/topic/secondary-menu-position/#post-3413 and see if that helps.

        #3498
        tjd
        Customer

          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

          #3501
          Wes
          Moderator

            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;
            }

            #3502
            tjd
            Customer

              Hi Wes,

              Thanx for the code.

              Tom

              #3503
              Wes
              Moderator

                You’re Welcome

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.