Replies: 0
Hi,
Thank you for the great plugin.
i try to get the bar to the bottom of the screen when scrolled by on the head and make it screenwide.
I tried this:
.element-is-sticky {
top: auto !important;
bottom: 0px !important;
height: 70px !important;
width: 100% !important;
background: #EA4E3E !important;
}
but that one did not work. Any suggestions?