Notification Bar Help

Hello… I’m trying to create a notification bar that will allow the content beneath to slide back to its normal position once the bar is closed. Kind of like this

Thanks for the help!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

This is pretty complicated, i did it with a menu. Basically you have to wrap your entire site in a div and then apply the interaction to that div to push down when the notification is on and then move up after. You then have to apply this wrapper manually to every page and every new page you make in the future. it’s a massive pain. But doable if you are willing to spend the time.

Thanks… I did finally end up doing exactly what you said, but was hoping there was an easier way!