Secondary Menu Position

Homepage Community Forums Optimal Theme Support Secondary Menu Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3394
    franklozano
    Customer

      Wes,

      I’d love to position the SECONDARY menu to the RIGHT SIDE of the page instead of over the logo as the demo shows it. When I’ve changed the .css where I “thought” I was supposed to, it showed up BACKWARDS… DOH.

      http://faster400.com/

      Thanks you so much.

      Frank

      #3413
      Eric
      Customer

        Just change it to float: left; instead of right on line 374 in your style.css. It will show up in reverse (as you’ve seen), but all you have to do is change the order in your menu 🙂

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


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #3429
        franklozano
        Customer

          Okay, that’s what I imagined, but wondered if there was a better way. I appreciate your help.

          Frank

          #3433
          Eric
          Customer

            You’re Welcome Frank!


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Secondary Menu Position’ is closed to new replies.