Jump to content

Mobile navigation covers up site title (7.0)

Recommended Posts

Site URL: http://manekinwinecompany.com

I have a 7.0 site (Aviator template) and I have not been able to figure out how to adjust the mobile nav bar so that it does not cover the entire screen when clicking on the double line nav symbol. I want to retain the site title's position and visibility while clicking on the nav bar. Wondering if it is as simple as changing the template, or if there is custom CSS required? Incidentally, I built another site on 7.1 and it automatically allows for the site title to remain in its position while clicking on mobile nav.

Link to comment
  • Replies 2
  • Views 218
  • Created
  • Last Reply

Try adding to Home > Design > Custom CSS

body.is-mobile-overlay-active .Mobile-bar.Mobile-bar--top {
    z-index: 20000;
    position: relative;
}
body.is-mobile-overlay-active .Mobile-bar-menu {
    visibility: hidden;
}
.Mobile-overlay-menu {
    top: 100px;
}
button.Mobile-overlay-close {
    position: relative;
    z-index: 999;
    top: 80px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.