Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #422198

    I have a menu that I’m building and the sub-categories fly out to the left instead of the right. What is the code to change that?

    Thanks!

    #422699

    Hey ferriscreative!

    Add this to your custom CSS.

    .av-main-nav ul { left: auto !important; right: 0px !important; }
    

    Regards,
    Elliott

    #423035

    Hi Elliott,

    The main menus coming down from the nav are correct now, but the secondary menu flying out of the word “Careers” now goes straight down instead of out to the right. Is there something different I can do?

    Thanks,
    George

    #423493

    I am finding this same thing happening with the code provided. I would really like to have the menu’s fly out right instead of left. I played with the values in the code and could not get it to work right. Not sure what we are missing.

    #424093

    Hey!

    Add this.

    nav.main_menu .sub-menu .sub-menu {
      left: 200px !important;
      right: auto !important;
    }

    Best regards,
    Elliott

    #424163

    Fantastic! That works for me. This has been bugging me for a long time and it is good to get this resolved. I appreciate your help and most excellent support! I continue to be impressed with this theme and the level of support you all provide.

    Thank you!

    #424171

    Hey!

    You are welcome, glad Elliott could help and thank you for your kind words :)
    We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a new one!

    Regards,
    Yigit

    #424689

    That worked perfectly. Thanks so much. You guys do have the most wonderful support. I second what claychurchill said above. Cheers!

    #424698

    Hi!

    Thanks for the kind words, glad we could help :)

    Cheers!
    Rikard

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