Use Responsive Menu for Select Menus
Is it possible to use the responsive menu for selected menus?
I have added a login/register menu that is displayed at the top of the page, but do not want it to be displayed as a responsive menu for mobile. Currently, I am just setting the display to none for this menu and have added it to a footer widget.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi wjmccormick
Thanks for running Vantage.
Only the main menu will be rendered by the responsive menu. It’s unfortunately not possible to do anything beyond that.
It is possible to hide your login menu on mobile if that’s what you’re looking to do:
@media screen and (max-width: 760px) { }Your menu’s selector would go into the media query with a display: none; property. You could adjust the breakpoint as required.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.