kmcsherry Posted April 7, 2020 Share Posted April 7, 2020 Site URL: https://aam-web-sample.squarespace.com/ When my site is viewed on a tablet the navigation overlaps with my social icons and button. Is there a way I can force my navigation to go to mobile/hamburger view when being viewed on tablets/ipads? Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 Hi. Have you solved yet? 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
kmcsherry Posted April 8, 2020 Author Share Posted April 8, 2020 @tuanphan No I have not.. I have an 11" ipad and this is what the navigation does. Link to comment
kmcsherry Posted April 8, 2020 Author Share Posted April 8, 2020 @tuanphan Actually I grabbed some code you gave to someone else @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } I just modified it to be this and it seems to be working. @media screen and (max-width:1100px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } Thanks!! timbolimbo and tuanphan 2 Link to comment
timbolimbo Posted May 15, 2020 Share Posted May 15, 2020 (edited) This was extremely helpful. Thank you, @kmcsherry -t Edited May 15, 2020 by timbolimbo 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