jjohansson Posted October 11 Posted October 11 (edited) Hi everyone, Password of my project is 2025 I’ve noticed that many users, have proposed various approaches and solutions for implementing a vertical menu in Squarespace. However, it seems there’s still no template or custom code currently available that supports this feature seamlessly. I have a few specific questions: How can I move the nav items in that area (up, down, left, and right)? What’s the best way to align the menu with the Title/Image? How can I customize the padding of the content area? Could anyone share their insights or custom solutions that have worked for you? I’d love to hear about any effective methods or code snippets that could help achieve this layout. Like some of the users asking this Thanks in advance! Here is the post/code im using at this moment and below the image of the desired menu layout. Edited October 14 by jjohansson @ mentioning users who are not participating in the conversation
tuanphan Posted October 13 Posted October 13 2025 password is incorrect 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!)
jjohansson Posted October 13 Author Posted October 13 You can try now, is working with that password: 2025 https://hughgordon-test.squarespace.com Thanks!
Solution tuanphan Posted October 15 Solution Posted October 15 #1. You can adjust this code .header-nav { position: fixed; top: 20%; left: 4vw; padding: 0 !important; transform: translatey(-50%); } #2. To align nav - site title, you can find & change 5vw to 4vw .header-title { position: fixed; top: 1vw; left: 5vw; z-index: 9999; } #3. Padding Can you take a screenshot? jjohansson 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!)
jjohansson Posted October 16 Author Posted October 16 (edited) @tuanphan #1 and #2 worked perfect! How could I move down the Title and Nav items? See image below. with the position I want... Edited October 16 by jjohansson
tuanphan Posted October 17 Posted October 17 With Nav, find & edit top value .header-nav { position: fixed; top: 20%; left: 4vw; padding: 0 !important; transform: translatey(-50%); } with title, find & edit top .header-title { position: fixed; top: 1vw; left: 5vw; z-index: 9999; } jjohansson 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!)
jjohansson Posted October 18 Author Posted October 18 That works perfect @tuanphan I have one last question, see screenshot attached and please let me know how could I set the top of the image to the same height like the Title has. Thanks!
tuanphan Posted October 21 Posted October 21 On 10/18/2024 at 6:56 PM, jjohansson said: That works perfect @tuanphan I have one last question, see screenshot attached and please let me know how could I set the top of the image to the same height like the Title has. Thanks! So move image down, or make title up? jjohansson 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!)
jjohansson Posted October 21 Author Posted October 21 (edited) @tuanphan yes I meant moving the image down, all the items starts with that height. Do you think is possible to apply to the whole site somehow? Edited October 21 by jjohansson
jjohansson Posted October 21 Author Posted October 21 (edited) @tuanphan Any idea how to move up the Instagram icon? Up like the end of the image would be perfect... https://pineapple-iguana-gne9.squarespace.com Edited October 21 by jjohansson Add a link
tuanphan Posted October 27 Posted October 27 2025 is incorrect password, if you still haven't solved problem, you can check password again 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment