Site logo

Archived topic

Float Logo Outside Navigation

1 reply · Started by Tom on September 20, 2020

Viewing posts 1–2 of 2

Very close! You have this:

.main-navigation .site-logo {
    position: absolute;
    left: 0;
    top: 0;
}

Try this:

.main-navigation .site-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
This archived topic is closed to new replies.