beccahobbs150 Posted October 24 Posted October 24 https://penguin-wedge-dm5e.squarespace.com/ Password: problem I would like to customise the design of the header to space out the navigation links so that the design looks like this: Please could someone help me with some custom code?
Spark-Plugin Posted October 25 Posted October 25 Hello @beccahobbs150, this code should do the trick, but let me know how it goes, also, don’t forget to set the header to the lfirst layout. Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done nav.header-nav-list { width: 100% !important; justify-content: space-between !important; } - Answered by Iuno from sparkplugin.com
beccahobbs150 Posted October 25 Author Posted October 25 Thank you so much for your help Luno Which header template should I select? There's currently a big space on the left hand side which is currently the site "logo / title" masked with a blank png. Is there code to remove the requirement for a logo, as we'd only like page links in the header. Thank you Spark-Plugin 1
Solution Spark-Plugin Posted October 25 Solution Posted October 25 @beccahobbs150, since the code worked as it is, no need to change the header template. To remove the title, you can simply add this code: .header-title { display: none !important; } - Answered by Iuno from sparkplugin.com
beccahobbs150 Posted October 25 Author Posted October 25 Amazing! Thank you so much for the help, hugely appreciate it Spark-Plugin 1
beccahobbs150 Posted October 25 Author Posted October 25 My next question, is there a way to customise the gaps in the grid to match a grid that we have created in design?
Spark-Plugin Posted October 28 Posted October 28 (edited) @beccahobbs150, are you referring to these gaps? Edited October 28 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