somekindofdisplayname Posted August 8, 2020 Share Posted August 8, 2020 Site URL: https://www.gosolarinnevada.com/ I'm using my main navigation menu to toggle my site between Spanish and English, but this doesn't work well when it collapses into the hamburger on mobile. Is there a way I can prevent that from happening? My site is here: https://www.gosolarinnevada.com/ Thanks! Link to comment
tuanphan Posted August 9, 2020 Share Posted August 9, 2020 Add to Home > Design > Custom CSS /* Force desktop menu on mobile */ @media screen and (max-width:767px) { .header-display-mobile { display: none; } .header-display-desktop { display: flex !important; } .header-nav { display: block !important; } .header-title { width: 50% !important; flex: 50% !important; } } somekindofdisplayname 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment