I have several issues with my follower alert:
- List item. It sometimes does not fade out and stays on screen, preventing future follower alerts until I restart (uncheck.check box) it.
- It sometimes just doesn’t pop-up at all and viewers are sad…
The issue is that although it doesn’t work 70% of the time, 30% of the time it just works…
Any clues? Am I missing a CSS code somewhere?
Here is my code, I simplified quite a bit (I had some start effects which I removed…) and still have issues.
Any help will be greatly appreciated.
Thanks!
@font-face {
font-family: 'Lobster';
font-style: normal;
font-weight: 400;
src: local('Lobster'), url(http://fonts.gstatic.com/s/lobster/v9/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');
}
::-webkit-scrollbar {
visibility: hidden;
}
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
}
#follower-alert {
width: 1080px !important;
height: 360px !important;
}
#new-follower {
margin: 0px !important;
padding: 0px !important;
width: 550px !important;
position: absolute;
top: 160 !important;
left: 350 !important;
font-size: 110 !important;
font-family: 'Lobster', cursive !important;
}