Tagged: mobile
Hello,
I’m having trouble with the mobile view for my website. It looks fine on a desktop version but on a mobile screen, the menus are overlapping each other and the hamburger menu icon does not even appear. Is there a way to fix this? Thanks for the help, I appreciate it.
Hey blancsolutions!
I see the mobile menu on my end. The header menu is displaying on top of it though, would you like to remove it? If so then add this to your custom CSS.
@media screen and (max-width: 767px) {
#header_meta { display: none !important; }
}
Cheers!
Elliott