Site logo

Archived topic

Menu jumping under header image

3 replies · Started by takkularapsis on July 30, 2021

Viewing posts 1–4 of 4

Hi,

My navigation jumps below when going under 1196px. What to do? I cant find css to do the trick to stay at the normal position.

Hi there,

try adding this CSS:

@media(min-width: 769px) {
    .site-logo {
        float: left;
    }
}

Hi,

Awesome, thanks!

Glad to be of help

This archived topic is closed to new replies.