Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #978135

    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;
    }

    #978143

    Hey pamk21,

    Add this to quick css:

    #av-burger-menu-ul{
    display:block !important;
    padding-top:50px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.