joelbull Posted October 22 Posted October 22 (edited) Hi, I have used coding to clone my heading navigation into the footer of my site. However, the footer navigation words are too close together and I would like to add some more spacing between the words. Thank you for your help! Edited October 22 by joelbull
Spark-Plugin Posted October 22 Posted October 22 Hi @joelbull, can you share your website? - Answered by Iuno from sparkplugin.com
Solution Spark-Plugin Posted October 22 Solution Posted October 22 (edited) @joelbull, thanks. You can try this code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done Note: Play around with the gap value. #footer-nav-clone .header-nav-list { width: 100%; max-width: 400px; margin: 0 auto; justify-content: space-evenly; gap: 10px !important; } Let me know how it goes:) Edited October 22 by Spark-Plugin - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment