I need to move the mobile menu up. Found this – does not work. Please advise. It seems to have too much padding at top.
#mobileMenu_avia-menu {
position: relative;
top: -7px;
}
Hey pamk21,
Add this to quick css:
#av-burger-menu-ul{
display:block !important;
padding-top:50px!important;
}
Best regards,
Jordan Shannon