Hi All,
I have menu with only one item (as attached file). But when display on mobile or resize the browser to smaller and menu burger happened. As my understand, Menu burger happens if there is not enough space to view the menu item. But i have only one menu item, and still have much space to view, but menu burger display
Any one help me how to fix menu burger on this situation?
Thanks


How can i modify or change the menu burger properties?
Thanks
Hello @Johndoan !
The menu burger appears when the viewport is small, no matter the content.
The style you’re looking to override is
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
defined in our bootstrap-3.4.1
dependency.
In order to override this style rule, you can look at the methods introduced in the Styling track of our Onboarding (I’d recommend using a skin extension here).
Hope this helped 
Have a good day!
Lucas C.
Hello @CharpentierLucas
Both home menu and the menu burger does not appears at the same time when viewpoint is small . I need my “Home” menu appears when use the mobile
I’ve checked the bootstrap-3.4.1
dependency
It seems that there is not 'Container sizes" for Extra small screen like mobile
Thanks