Tagged: notification bar
Hi Everyone,
I’m using the Easy Notification Bar plugin but when I scroll down on my website (and the menu follows you when you scroll down) it leaves a large transparent gap.
How can I fix this?
I put the website in the private section.
(I also tried following the Enfold documentation to put a notification bar coded in but it doesn’t look right.)
Hey MikeTandySwag,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_header_top.html_header_sticky #header:not(.av_header_transparency) {
position: fixed;
top: 0;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks! That seemed to work on the home page but on sub pages it seems to mess up. (Check the private content)
Also is it possible for it to stay with the menu as someone scrolls down?
Actually I was able to figure it out with another plugin! Thanks!