Archived topic
Hamburger menu (mobile mode) is not staying inline with the header logo
3 replies · Started by Minhaz on December 21, 2022
Viewing posts 1–4 of 4
On the mobile mode, the hamburger menu is going down the logo. It should stay inline the with the logo. Please help. Thanks.
Hi Minhaz,
Can you try adding this CSS through Appearance > Customize > Additional CSS?:
@media (max-width: 768px) {
.site-header .inside-header.grid-container {
flex-wrap: nowrap;
}
.site-header .inside-header.grid-container nav#site-navigation {
flex-basis: unset;
}
}
Yes, it works! Thanks so much. :)
You're welcome, Minhaz! :)
This archived topic is closed to new replies.
