KateG Posted July 8, 2020 Share Posted July 8, 2020 Can anyone help with a problem I've got with the navigation bar stacking in a Brine template. It's absolutely fine on my laptop but when my client logs into my account it's stacked on her laptop and another person has this problem too who's reviewing the site. I didn't put in the URL because the site isn't live yet. I've used the following code but it hasn't resolved it. @media screen and (max-width:900px) { .Header--top { display: none; } [data-nc-base="mobile-bar"] { display: block; } } Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 Can you share link to your site? 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
KateG Posted July 8, 2020 Author Share Posted July 8, 2020 Hi 🙂 The site isn't live yet but this is the URL. Does this link work https://carillon-lobster-xd75.squarespace.com/config/pages Link to comment
derricksrandomviews Posted July 8, 2020 Share Posted July 8, 2020 This is the link that works but you would need to create a password that allows viewing only. You do that in config/settings/site availability which is the first thing on that panel at the top. https://carillon-lobster-xd75.squarespace.com Link to comment
KateG Posted July 8, 2020 Author Share Posted July 8, 2020 Hi Derrick - thanks. Okay I've created a password. Is it okay to put the password on here? Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 55 minutes ago, KateG said: Hi Derrick - thanks. Okay I've created a password. Is it okay to put the password on here? You can share pass here or send to message box 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
KateG Posted July 9, 2020 Author Share Posted July 9, 2020 Password is Acky123 Thank you 🙂 Link to comment
KateG Posted July 14, 2020 Author Share Posted July 14, 2020 On 7/8/2020 at 6:07 PM, derricksrandomviews said: This is the link that works but you would need to create a password that allows viewing only. You do that in config/settings/site availability which is the first thing on that panel at the top. https://carillon-lobster-xd75.squarespace.com Hi Derrick - I created a password Acky123 Any other help you could offer would be much appreciated. Thanks, Kate Link to comment
derricksrandomviews Posted July 14, 2020 Share Posted July 14, 2020 Works fine on my desktop, menu bar looks as is should, it is not stacking, In mobile view there is a hamburger menu which works fine, sub menus come up, and all works as it should. FYI if a laptop screen is reduced to a certain point, the hamburger menu will show up and the nav bar gets clipped. SS sites try to adapt to whatever any screen is set to. Link to comment
rwp Posted July 14, 2020 Share Posted July 14, 2020 Is this what you mean? If so, it seem to happen around 1095px screen width, this should fix: @media screen and (max-width:1100px) { .Header{ display: none !important; } [data-nc-base="mobile-bar"] { display: block !important; } } Link to comment
KateG Posted July 14, 2020 Author Share Posted July 14, 2020 Okay thanks for taking the time to look Derrick 🙂 Link to comment
KateG Posted July 14, 2020 Author Share Posted July 14, 2020 Yes rwp! That's totally it. Okay I will try that! Thank you. Will let you know. Link to comment
KateG Posted August 18, 2020 Author Share Posted August 18, 2020 On 7/14/2020 at 2:08 PM, rwp said: Is this what you mean? If so, it seem to happen around 1095px screen width, this should fix: @media screen and (max-width:1100px) { .Header{ display: none !important; } [data-nc-base="mobile-bar"] { display: block !important; } } On 7/14/2020 at 2:08 PM, rwp said: Is this what you mean? If so, it seem to happen around 1095px screen width, this should fix: @media screen and (max-width:1100px) { .Header{ display: none !important; } [data-nc-base="mobile-bar"] { display: block !important; } } That totally worked thank you so much! :))) Link to comment
KateG Posted August 18, 2020 Author Share Posted August 18, 2020 That totally worked, thank you so much 😃😃 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.