SJN Posted June 11, 2020 Share Posted June 11, 2020 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
tuanphan Posted June 15, 2020 Share Posted June 15, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.