Archived topic
Float Logo Outside Navigation
1 reply · Started by Tom on September 20, 2020
Viewing posts 1–2 of 2
Hello - I'm trying to follow these instructions: https://docs.generatepress.com/article/navigation-logo/#float-navigation-logo-outside-container to float the logo below the nav bar.
I've started with the Access template. And I'm wondering what I've done to have the logo cut off rather than hanging over the front page container.
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.