• Hey there!

    I would like to disable the special menu for the mobile version. I want the classic menu on mobile too. How can I do that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @xmsmmgrs,

    To have the classic menu in your mobile version use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 800px){
    #mobile-trigger {
        display: none;
    }
    #main-nav {
        display: block;
    }
    }

    But if you have the longer menu then the it wont look good.

    So if you provide your site URL it would be easier to provide the specific solution .

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/restaurantz/

    Best regards.

    Thread Starter Joseph

    (@xmsmmgrs)

    I have one more question. Is it possible to have the header image on mobile just like on desktop? As a background for the logo and top menu?

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