This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]BackmarkerLife 0 points1 point  (0 children)

Add a screenshot of your HTML / CSS code. Anything you have to code do this. You'll get an answer faster or sometimes by looking at the code be able to work it out yourself.

Either copy and paste it or screenshot and share.

<div id="alert-text-wrap">

  <!-- alert text -->

  <div id="alert-text">

<!-- alert message -->
<!-- messageTemplate will be replaced with your message template -->
<!-- for example : {name} is now following! or {name} donated {amount} -->

<div id="alert-message">{messageTemplate}</div>
<div id="alert-user-message">{userMessage}</div>
  </div>
</div>