Marle Posted September 27, 2022 Share Posted September 27, 2022 Site URL: https://www.sprixbev.com Hi, can anyone help me with the following error; I spoke to a Squarespace representative and she mentioned something about the coding on the page but I'm still not sure what the issue is. On the desktop view, I have 3 menu items at the top next to the logo and when you switch to mobile view, they disappear. I have them switched on in Mobile view, tried to change the heights or design but nothing seems to work. Link to comment
Web_Solutions Posted September 27, 2022 Share Posted September 27, 2022 34 minutes ago, Marle said: Site URL: https://www.sprixbev.com Hi, can anyone help me with the following error; I spoke to a Squarespace representative and she mentioned something about the coding on the page but I'm still not sure what the issue is. On the desktop view, I have 3 menu items at the top next to the logo and when you switch to mobile view, they disappear. I have them switched on in Mobile view, tried to change the heights or design but nothing seems to work. Add these code on Custom CSS section @media(max-width: 767px){ #siteWrapper header .header-burger { display: block !important; } } Link to comment
Marle Posted September 27, 2022 Author Share Posted September 27, 2022 11 minutes ago, Web_Solutions said: Add these code on Custom CSS section @media(max-width: 767px){ #siteWrapper header .header-burger { display: block !important; } } Thank you is much! That worked perfectly. Link to comment
Web_Solutions Posted September 27, 2022 Share Posted September 27, 2022 5 hours ago, Marle said: Thank you is much! That worked perfectly. Welcome! 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