[Resolved] Space between mobile menu and content

Home Forums Support [Resolved] Space between mobile menu and content

Home Forums Support Space between mobile menu and content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #377037
    Maria

    Hi, can somebody please help me with closing the gap between nav menu and content on mobile?
    I’ve checked padding already and even tried a code I found on another thread.
    Thanks a lot for your help!

    #377063
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the site? Thanks!

    #377109
    Maria
    #377110
    Leo
    Staff
    Customer Support

    Try

    @media (max-width: 768px) {
        .inside-header>:not(:last-child) {
            margin-bottom: 0px;
        }
    }
    #377115
    Maria

    great! thanks a lot for your help.

    #377120
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

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