tlbtb Posted April 2, 2021 Share Posted April 2, 2021 Site URL: https://justintyner.squarespace.com/ My navigation bar is two rows, which asthetically i'm ok with, but trying to have it centered, and can't get it to happen. Any suggestions? I'm using Montauk. Link to comment
creedon Posted April 2, 2021 Share Posted April 2, 2021 (edited) Add the following to Design > Custom CSS. /* begin center multi-line header navigation elements */ #topNav nav li:not( .filter ) + li { margin-left : 2em; } .canvas-style-normal #topNav ul { display : flex; } /* end center multi-line header navigation elements */ This is for v7.0 using Montauk template family. Let us know how it goes. Edited April 2, 2021 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
tlbtb Posted April 2, 2021 Author Share Posted April 2, 2021 1 minute ago, creedon said: #topNav nav li:not( .filter ) + li { margin-left : 2em; } .canvas-style-normal #topNav ul { display : flex; justify-content : space-between; } THANK YOU!!! creedon 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