kaydotjpg Posted January 7 Posted January 7 https://perch-sparrow-5acs.squarespace.com/ password: 12345 Hi! My clients would like for the navigation (pill shaped buttons) to be moved under the first section ("Murrells Gone Wild! Andrew and Emily are getting married")- and remained fix as you scroll. Can someone help me with this? Thank you
Ziggy Posted January 8 Posted January 8 Simplest way would be to create the text as an image and use it in the logo field of the header. Alternatively injecting it into the header with CSS and styling should work. tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
tuanphan Posted January 10 Posted January 10 You try this code (Website Tools > Code Injection > Footer) <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('article>section:first-child').insertBefore('header#header'); }) </script> <style> header#header { position: sticky !important; transform: Unset !important; } div#siteWrapper>section { padding: 0px !important; z-index: 999999 !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment