Site logo

Archived topic

Space between mobile menu and content

5 replies · Started by Maria on August 31, 2017

Viewing posts 1–6 of 6

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!

Hi there,

Can you link me to the site? Thanks!

Try

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

great! thanks a lot for your help.

You're welcome :)

This archived topic is closed to new replies.