Hello,
In mobile, trying to make the menu hamburger icon not drop to next line underneath logo, I added the following code. It appears to work, however when one toggles the menu, the menu items are off screen and look funky! Please help!
I added this code from another forum thread:
@media (max-width: 480px) {
.x-navbar-inner .x-container {
display: flex;
flex-flow: row;
justify-content: space-around;
}
.x-navbar-inner .x-container .x-btn-navbar {
margin-left: 15px;
}
}
