Hello guys
i have one question and i made this notification:
#follow-notification {
display: none;
position: absolute;
width: 580px !important;
height: 580px !important;
background-image: url('
http://cdn.makeagif.com/media/8-25-2015/HcY93R.gif') !important;
background-position: left center;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 20px !important;
margin-left: 220px !important;
width: 200px !important;
font-size: 26px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: blue !important;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
.followname:before {
content: 'New Follower '
}
but i try to change the position of the "New Follower"
how can i do this? at the moment the message is on the top right of the alert.
but i want it right over it
and i think the resolution is not the right...with width and height
please help me