• Hello, I don’t know the right title to use but what I’m trying to achieve is;

    If you visit the site on a mobile phone, the menu is inside a node, you have to click on the node to reveal the menu. I know the reason for that is to make it responsive on mobile but I want it out. How do I go about this, please

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can use the following CSS code:

    ..mh-main-nav { display: block !important; }
    .slicknav_menu { display: none !important; }

    You can add this under Appearance > Customize > Additional CSS.

    Hope that helps. If you have any questions, please let us know!

    Hello, @lapzor do you have any idea how I can center the menus for wide-responsive screens resolutions?
    screenshot: https://prnt.sc/ncgqu1

    • This reply was modified 5 years, 11 months ago by Maike.

    Hello,

    I tested the site but did not see it the same way you had in the screenshot. Did you remove any code? Also aligning it in the center would be a bit difficult as these are blocks.

    Thanks, it worked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to show menu on mobile’ is closed to new replies.