Hi,
I would like to display the full menu (Logo + 3 icons in my case) in the sticky top menu on mobile.
I figured out how to hide the mobile menu icon with
.x-btn-navbar, .x-btn-navbar.collapsed {
display: none;
}
but I now need to show my 3 icons.
Can you please help?
thanks 