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
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!