Hide navbar when screen width is small

i am having a navbar with horizontal items. when opened in mobile (small) screen i wanted to hide the horizontal items and show hamburger icon. how to achieve this functionality?

Hi @vishalgvora,

You can achieve this by using the hidden style in the layout section of the styles tab. For example, on mobile view, you can select your navbar with horizontal items and toggle hidden on.

Then you can navigate back to desktop view and do the same for the hamburger menu layer.