Tagged: Burger Menu, Centered Menu, styling
Hi,
I tried changing the breakpoint for the menu to hide behind the burger icon. Got it working but its still at the wrong position. It is in the center, but I’d like to be displayed on the right.
Can you help me?
`
@media only screen and (max-width: 1600px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}
Thats the code I used so for in the custom css field.
Best,
Matthias