Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #426608

    Is there a trick to making the main menu responsive on mobile/iPad/iPhone? Is the theme designed to do that? (I thought it was)
    And is there a trick to getting the menu to be CENTERED below the logo on our page?

    Ours is wrapping even on landscape iPad size, and isn’t centering under the logo without tinkering, which then wrecks the responsiveness again.
    I’m super-frustrated with all the time I’m having to put into this…..any nice suggestions for getting this to behave?
    Thanks guys
    M

    #426789

    Hey mterrian!

    Add this to your custom CSS.

    @media screen and (max-width: 900px) {
    .phone-info { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    Regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    #426799

    Elliott, thank you for your kindness in responding so quickly. But the code above in Custom CSS has no effect…..on iPad (even in landscape mode) the menu still wraps to a second line, and it is not centered on ANY screensize.

    Any other suggestions?

    #427542

    Hi!

    You can increase the 900px if you need to target a larger screen. If it’s still not working then you probably have a typo somewhere in your custom CSS. Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    #427698
    This reply has been marked as private.
    #428349

    Hi!

    Sorry, there was a typo but it was on my CSS. It should be working now.

    Your also using some custom CSS in your child theme though which is hiding the responsive menu button.

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]::before {
      display: none !important;
      font-family: "entypo-fontello";
    }

    That will need to be removed if you want the button to display.

    Regards,
    Elliott

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