AshwinG Posted June 24 Share Posted June 24 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 Link to comment
Solution tuanphan Posted June 25 Solution Share Posted June 25 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AshwinG Posted June 25 Author Share Posted June 25 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 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