Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #446339

    Hi there,
    I can’t get the main menu on http://www.facialfitnessworkout.co.uk to be shown on a smartphone. It only shows a small box with bullet points which, when you click on it, opens the menu.
    Any alternative css to add to see the “real” menu on Android?
    I tried to add this to quick css – no success:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #ffffff;
    color: black;
    border-color: black;
    }

    Thanks a lot,
    Susanne

    #446475

    Hey Susanne!

    What you are seeing is mobile menu which is designed for better UX. If you would like to display desktop menu you can add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block;
    }
    #advanced_menu_toggle, #advanced_menu_hide { 
    display: none !important;
    }}

    Cheers!
    Yigit

    #446641

    Hi Yigit,
    Thanks for this.
    However when I add that code, no menu at all is shown – not even the box with bullet points?

    #446645

    Hi!

    Please try changing the code to following one

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide { 
    display: none !important;
    }}

    Regards,
    Yigit

    #446666

    Thank you for this, Yigit.
    However, even with the new code no menu at all is visible on the smartphone.
    Any other ideas?
    Susanne

    #447499

    Hi!

    There is no space to accommodate the default menu on smaller screens, that’s why it switches to the mobile menu. I checked the site and the default menu displays on smaller screens but the menu items aren’t lined up. Remove browser cache then reload the page.

    Best regards,
    Ismael

    #447623

    Hi Ismael,
    Thanks for your reply.
    However, with all websites I set up based on Abundance, their top menu is very well visible on mobile devices. AND they are lined up!
    See here: http://www.saltglassstudios.co.uk
    or http://www.trunch-norfolk.co.uk

    I really need to find a solution for my client to show the menu on mobile devices.
    Can you help please?
    Thanks a lot,
    Susanne

    #448008

    Hi!

    You can go to Enfold theme options > General Layout > Dimensions and disable responsive layout

    Cheers!
    Yigit

    #448446

    Thank you so much, Yigit – that solved the problem.
    Susanne

    #448449

    Hey!

    You are welcome Susanne, glad we could help! Have a great weekend!

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile Menu not showing on smartphone’ is closed to new replies.