• Resolved jarodr

    (@jarodr)


    Hello,
    Great theme! I have kind of decided if I can disable the mobile menu and button, I would like to. I expect my menu will exist as it does in the desktop site and word wrap, but if it does not, would you please advise how to do that as well?

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jarodr

    (@jarodr)

    Just to be clear, or another way to phrase the above: I do not want mobile button menu on mobile. I would like to have my menu navigation from desktop on the mobile view if possible. Thanks

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Founder!

    Converting the mobile menu design to the desktop design is a pretty comprehensive customization and outside the scope of support I can provide. However, a simpler solution I can offer is to hide the mobile menu button and always keep the mobile menu visible:

    #toggle-navigation {
      display: none;
    }
    #menu-primary-container {
      display: block;
    }

    You can copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    It will have a vertical layout rather than the horizontal layout on desktop, but it does do away with the mobile menu button.

    Thread Starter jarodr

    (@jarodr)

    Thanks Ben for your response. I’ve been tinkering around with possibilities to get the desktop and mobile menu to stay about the same and figured out some possibilities. There is nothing wrong with how it was as it came, I was more just curious about it as an option.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can I disable the mobile button/menu?’ is closed to new replies.