• Resolved raimondsp

    (@raimondsp)


    Hi!
    I would like to use classic menu instead of burger on mobile devices.
    The reason is I have a mobile phone number as menu item and I want it to be seen permanently.
    I would be very thankful for help.

    Best,
    Raymond

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Raymond,

    Please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 1000px) { .menu-main {
    	display: block !important;
    } }
    #menu-mobile-open {
    	display: none;
    }
    

    This should solve it.
    Let me know how it goes!

    Warmly,
    Mihaela

    Thread Starter raimondsp

    (@raimondsp)

    Ahh, works perfect!
    Thank you very much, Mihaela!

    Best,
    Raymond

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Classic menu instead of burger (mobile)’ is closed to new replies.