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

    I have set the mobile menu to “full page overlay menu”.

    How do I reduce the padding on top? I have tried the following without any results:

    #top #av-burger-menu-ul {
            padding: 10px 0;
    }

    Thank you,

    #1241491

    Hey dumdeldidum,

    You need to add !important to this rule too:

    
    #top #av-burger-menu-ul {
            padding: 10px 0 !important;
    }
    

    Best regards,
    Victoria

    #1243803

    Resolved, thank you Victoria

    #1243883

    Hi dumdeldidum,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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