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

    Hello! I was wondering if I could please get some assistance with how to eliminate the space that’s between the close button and first menu item on the mobile fullscreen menu. I can’t find the correct CSS selector.

    Thank you so much in advance!

    #843580

    Hey peanuttario,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps :)

    Best regards,
    Nikko

    #843585

    You’re awesome Nikko! Thanks so much.

    #843588

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘top margin on mobile fullscreen menu’ is closed to new replies.