Inzpire Posted September 13 Share Posted September 13 Hey! Can anyone help me with getting sticky buttons attached to the bottom of my header, like this site - https://www.homeinstead.co.uk/bedford/ - if you see they have the phone number and location buttons and they permanently stay there. I've managed to put sticky buttons on my page, but their location in correlation to the header seems to change when viewed on different screen sizes. My page is www.bloomandcare.co.uk Thanks in advance! Link to comment
abibacon Posted September 13 Share Posted September 13 Hey @Inzpire, I'd recommend using something like this Secondary Nav plugin,(Affiliate Link), along with customizing it with some extra CSS to get the styling just like this. Squarespace Developer based in Hampshire, England If you'd like to make a contribution for my time you can Buy Me A Coffee. Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) Link to comment
Inzpire Posted September 13 Author Share Posted September 13 27 minutes ago, abibacon said: Hey @Inzpire, I'd recommend using something like this Secondary Nav plugin, along with customizing it with some extra CSS to get the styling just like this. (Affiliate Link) Thanks for the response! I've looked at this and it seems viable, however, my client is reluctant to spend any more money, so I was hoping for some magic CSS to fix this. I will however keep this option in my back pocket. Link to comment
sorca_marian Posted September 13 Share Posted September 13 Hi, Something like this? CSS for desktop. I see you have also CSS for mobile which places them at the bottom. #sticky-button { position: fixed; top: 135px; left: 124px; z-index: 99999; } #sticky-button1 { z-index: 99999; position: fixed; top: 135px; left: -10px; } 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design 📅 Notion alternative 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn 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