ElkeTeurlinckx Posted November 17, 2023 Share Posted November 17, 2023 Hi there, I can't seem to find what i'm doing wrong (in the css code) or what I should add. I have a sidebar navigation (left, which I want) but it shows up at the right side, both in mobile and desktop. My website is: https://elketeurlinckx.squarespace.com/ Can anyone help me? Link to comment
Solution JayVanDyke Posted November 17, 2023 Solution Share Posted November 17, 2023 change this .header--menu-open .header-menu { opacity: 1; visibility: visible; width: 50%; margin-left: 50%; box-shadow: 5px 5px 15px #000; } to this .header--menu-open .header-menu { opacity: 1; visibility: visible; width: 50%; margin-right: 50%; //this needs to be right for it to sit on the right side. box-shadow: 5px 5px 15px #000; } tuanphan 1 ☕ Did I help you? Buy me a coffee! 👨💻 Bergen Design Co. 💻 I'm for hire on Upwork! 🕸️ Squarespace Experts 🖥️ 99Designs 🛠️ Web Designer's Toolkit **some of these contain affiliate links Link to comment
ElkeTeurlinckx Posted November 20, 2023 Author Share Posted November 20, 2023 O wow!! Thank you very much! ♥️ JayVanDyke 1 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