How to create responsive side menu layout with hamburger navigation for all screen, mainly for larger screen i.e, laptop,desktop i want the hamburger icon to work the same as it working for smaller screen,suggest something on how to make it work
Hi Nidhi
You can try one of these solutions below:
https://www.outsystems.com/forums/discussion/77357/how-to-create-responsive-collapsible-sidebar/#
https://www.outsystems.com/forums/discussion/60526/how-to-get-hamburger-menu-bar-even-for-large-screen/
Hope this helps
Neha Singhal
Hi Neha,
Thank you for replying neha
I'm sharing my oml file.
It is showing the same content of the header in the side menu as well , how to remove it and display it in just in the header.
In side bar menu we want different links and dropdown for example say home and contact us etc
How to implement these
Regards,
Nidhi
I saw your oml sheet and you want the content to be visible on Header then do not add that content in the Menu block, instead add it in the Header container of your LayoutSideMenu.
And the links like Home, Contact, etc add them in the Menu block that will show in your side menu.