Site logo

Archived topic

Mobile Menu Padding

3 replies · Started by Chris on May 20, 2017

Viewing posts 1–4 of 4

Almost done with the header and navigation.

I just need to figure out how to get that header size reduced on the mobile size.

.main-navigation {
    padding-top: 50px;
}
@media (max-width: 768px) {
    .main-navigation {}
        padding-top: 0px !important;
        background-color: #FFFFFF;
    }
}

For some reason, this is no longer working.
Thanks!
CDS

Hi there,

The bracket is closed before the CSS: .main-navigation {}

All better. I'm on a roll today!

This archived topic is closed to new replies.