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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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