403
Views
4
Comments
How to get hamburger menu bar even for large screen
Question

I want to get hamburger menu bar even for large screen also. Right now it is coming as a menu item in top bar . Please suggest me how can I do that?

2026-02-05 15-36-36
Lenon Manhães Villeth
Champion

Hi, friend.

Have you tried the dropdown widgets? 

Some of then are available to use inside the WebPattern outsystems module.

2021-09-10 14-03-53
Salman Ansari

Hi

You can try below suggestion from other post.

There is a device configuration property on layoutmenutop that will let you set the width

2021-02-22 07-24-17
Krishna Moravineni

Hello,

You can try using LayoutSideMenu in Reactive web.


2020-06-04 15-38-19
Samiksha Manekar

Hi Shubham,

Put this css in your page:

.layout-native .app-menu-icon.back .menu-icon, .desktop .menu-icon, .tablet.landscape .layout-native.aside-visible .menu-icon, .app-menu-icon.back .menu-icon, .app-menu-icon:not(.back) .menu-back {

 display: flex !important;

}

Hope this works.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.