The question is answered, right answer was accepted
I am using the theme Marta and would love to be able to center my footer navigation. Does anyone have a solution on how to do this?
Yes, the website is www.modernout.com - the navigation columns are to the left at the very bottom.
Answer by Paul2009 · May 20, 2017 at 01:22 PM
The footer nav section in the Marta template uses a flex container, so the items just need to be aligned and justified to the centre. Add the following to Design > Custom CSS:
.tweak-footer-layout-columns .Footer-middle {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
I hope that helps.
Paul
To everyone else who reads this answer and finds it helpful, please vote it up using the up arrow. This will let other users know it's a good answer.
For more useful Squarespace tips see our website.
Established 2003 Squarespace Handmade in NYC
Powered by AnswerHub