Home › Forums › Support › Float Logo Outside Navigation This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 20, 2020 at 11:35 am #1451329 Tom 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. September 20, 2020 at 5:35 pm #1451512 TomLead Developer Lead Developer 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; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In