Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #835075

    Hello,

    I’m having an issue with the padding (?) in the mobile menu. I’d like to remove/reduce the white space that exists above the first menu item (i.e., “HOME”) so that the entire menu is visible (without scrolling). After searching the forum, I can’t seem to find a solution. Got any ideas? Thanks.

    P.S. I’ve added a link to a screenshot (see private content).

    #835097

    Hey BornAgainVirgo,
    Try this code in the General Styling > Quick CSS field:

    .av-burger-overlay-inner {top: -140px !important;  }

    2017-08-06_133627

    Best regards,
    Mike

    #1067600

    Is there any other option? This is not working for me.

    Thanks

    #1067608

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width:767px){
         #top #av-burger-menu-ul {
            vertical-align: top !important; 
         }
     }

    Best regards,
    Mike

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