Secondary Nav alignment

Homepage Community Forums Optimal Theme Support Secondary Nav alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1887
    triplestop
    Customer

      I would like to have the secondary nav align to the right instead of the left.  I’ve tried a few CSS tweaks, but none work.

      Thanks,

      Mike

      #1891
      Wes
      Moderator

        The easiest way is to add “float: right;” to this – “.menu li” which should be located on or around line 365. Keep in mind, this will reverse the order since it starts with the first “li” and moves it to the very right. So you’ll need to rearrange the order on your menus page.

        .menu li {
        float: right;
        list-style-type: none;
        }

        #1897
        triplestop
        Customer

          That worked.  Thanks!

          Thanks also for your great work.

          -Mike

           

          #1899
          Wes
          Moderator

            Awesome!

            You’re Welcome!

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