DeezjaVu
Member
that is what I put in but it still doesn't seem to have fixed the issue. I'm pretty sure I changed everything properly like you said unless I did something wrong. I got the position of the text in a decent way so it isn't going to be terrible if we can't get this working.
You probably need to change the width of the div surrounding the text to match the width of the image. In the code I posted earlier I assumed a 100% width.
From the looks of it, your image is 581 pixels wide.. use that for the "notification-msg" width.
Code:
#notification-msg {
color: #FFFFFF;
font-size: 36px;
font-family: Impact, Geneva, sans-serif;
font-weight: bold;
text-transform: uppercase;
position: absolute;
width: 581px;
top: 90px;
}