Jump to content

eliminate nav drop down menu on mobile

Recommended Posts

Site URL: http://allearthlings.org

I am unhappy with the lack of customizability overall with mobile optimization. Specifically, I am looking to eliminate the drop down menu nav bar which appears initially as NAVIGATION in all caps on mobile view. I would prefer that the headings in the nav bar appear or failing that a hamburger. 

Link to comment
  • Replies 1
  • Created
  • Last Reply

Try adding to Home > design > custom CSS

@media screen and (max-width:640px) {
#header nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
select#mobileSelect, nav.main-nav:before {
    display: none;
}

}

 

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.