Create second menu at top right

Homepage Community Forums Epik Theme Support Create second menu at top right

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13653
    CADsmarter
    Customer

      Hi all
      I would like to get my second menu to be at the top right – see image.

      Second menu

      Is that possible? The default location is down much lower.

      Thanks
      Paul

      #13659
      CADsmarter
      Customer

        Hi again
        Just in case it’s not clear…the area I would like the second menu is in the red rectangle at top right.
        Thanks
        Paul

        #13666
        Eric
        Customer

          Yes this is definitely possible. Do you have a link to your site? I can give you the exact code that you’ll need to adjust.


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

          #13674
          CADsmarter
          Customer

            Hi Eric
            Thanks for replying. I’ve been playing around so the menus look a little different now. I’m not sure that I’ll be able to fit them both as I would have liked anymore. My site is http://cadsmarter.com/.
            Thanks
            Paul

            #13709
            Eric
            Customer

              To get it to float to the right you can add this code to your css –

              .menu-secondary .menu-item {
              	float: right;
              }

              That will get the menu items to float to the right. Since it is CSS, the way it works is the first item will float to the right first. Which means every other item/link behind it will float as well. So you’ll need to reverse the order in you menu so it will show up in the correct order on your site.


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

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