My alerts would look the best with text above my gifs. I'm honestly surprised this isn't a thing yet to be honest.
Enable Custom CSS, and then change this section:
#alert-text { padding: 20px; text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000; }
To
#alert-text { padding: 20px; top: -140px; text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000; }
And adjust the 140px number to suit your needs. What this is doing is moving the text up 140px in this example.
Hope that helps!
You won't be notified about changes to this idea.
Enable Custom CSS, and then change this section:
#alert-text {
padding: 20px;
text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000;
}
To
#alert-text {
padding: 20px;
top: -140px;
text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000;
}
And adjust the 140px number to suit your needs. What this is doing is moving the text up 140px in this example.
Hope that helps!
Attachments Open full size