Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1256851

    Hi, I added the code from this post https://kriesi.at/support/topic/enfold-mobile-menu-not-displaying-on-ipad-pro/ to my css, but it’s displaying the hamburger icon on the left and over the logo. How can I make it display properly on the far right?

    ps. I still think having 1024 px as an option to display the mobile menu would be great to add to the default options in Enfold.

    #1257126

    Hey xuamox,

    Please add this code too:

    
    @media only screen and (max-width: 1024px) {
      .html_header_top #top .av_menu_left .main_menu {
          left: auto;
          right: 0;
      }
    }
    

    Best regards,
    Victoria

    #1257744

    Perfect, that did the trick. Thank you for your help.

    #1257782

    Hi xuamox,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hamburger menu at 1024 px displaying on the far left’ is closed to new replies.