meltmelt Posted January 16, 2022 Share Posted January 16, 2022 I would like to push down the announcement bar (7.1) with css to the end of the page, below the footer. Someone that knows how to do it? Link to comment
Beyondspace Posted January 16, 2022 Share Posted January 16, 2022 2 hours ago, meltmelt said: I would like to push down the announcement bar (7.1) with css to the end of the page, below the footer. Someone that knows how to do it? Try .sqs-announcement-bar-dropzone { position: fixed; bottom: 0; right: 0; left: 0; } Let me know how it works tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
meltmelt Posted January 17, 2022 Author Share Posted January 17, 2022 Thank you! 🙂It worked when I added the !important .sqs-announcement-bar-dropzone { position: fixed !important; bottom: 0; right: 0; left: 0; } Beyondspace 1 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