jaax Posted May 24, 2022 Share Posted May 24, 2022 Site URL: https://jacksonruckar.com So I'm using #navigator header#topBar ul#nav { display: block; float: right; } to make the nav bar on flatiron pop over to the right, but when I do this it breaks the mobile view. I was going to fix this by just disabling the mobile view that squarespace does in template settings, but that's actually killing my load times and user experience on mobile. anyone know a fix t make mobile not behave this way? I re-disabled it because the nav being messed up looks so bad, but I can redo it if someone needs it to find a fix. The nav in the red circle shouldn't even show up on mobile, but only does when I use the code mentioned above to move the nav on desktop. Link to comment
tuanphan Posted May 25, 2022 Share Posted May 25, 2022 Can you enable mobile? We can check easier 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
jaax Posted May 25, 2022 Author Share Posted May 25, 2022 1 hour ago, tuanphan said: Can you enable mobile? We can check easier It's enabled. Link to comment
Solution tuanphan Posted May 27, 2022 Solution Share Posted May 27, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { nav.main-nav.dropdown-hover { display: none; } section#container { margin-top: 85px !important; } div#mobileNav { float: right; position: relative; bottom: -5px; } .siteTitle * { font-size: 30px !important; } } jaax 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment