Hello everybody!
I would like to know how to leave the top menu on mobile view. I am working with LayoutTopMenu and the menu stays on top only on desktop mode. If you change to mobile or tablet, it changes to side menu and I don't want that.
Is there any way to keep the menu on top on mobile and tablet screens?
Thank you in advance!
Hi,
You can add css in your app like for mobile in outsystem we will use class
.phone <addyourclass>{display:none;}
or you can use media query also for both
Below is the link hope this will help you.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Or i you want to share you can share your OML also.
Thanks
Ruchi
Hi
You can add css in your app by Responsive web desgin or can you share your OML, i will add for you
Toan
Hi guys! I really tried to do what you said but I get confused and not all changes have worked, so I'll really appreciate if you helped me with the oml. I couldn't upload the original since it has sensitive information and it is more than 4mb, so I have another just with the menu. Thank you!