Mobile display of burger menu overlapping logo
-
Hi There,
I have two issues with this page in mobile;
1) The burger menu overlaps the logo
2) The title of this page moves over a couple of lines and splits the word ‘development’I tried this css for the menu, but it doesn’t seem to work;
@media only screen and (max-width: 1100px) {
nav.main_menu {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}Can someone help?
Thanks
ClareThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile display of burger menu overlapping logo’ is closed to new replies.