AshwinG Posted June 24, 2023 Posted June 24, 2023 Hi, Does anyone know how to make my site navigation a vertical list rather than a horizontal list. Like this: Home Work About Rather than: Home Work About Thanks Site: https://ashwingunawardana.squarespace.com/ Password: password
Solution tuanphan Posted June 25, 2023 Solution Posted June 25, 2023 Add to Design > Custom CSS nav.header-nav-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } AshwinG 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!)
AshwinG Posted June 25, 2023 Author Posted June 25, 2023 3 hours ago, tuanphan said: Add to Design > Custom CSS nav.header-nav-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } Awesome, it works. Thank you Also want to say I've used code you've posted onto other forum posts in the past, thanks for all the great work tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment