For use on the same level as page sections, eg. right after .navbar
. It features a .container
so the message is
aligned with the rest of the page.
Example
Your order has been placed. Thank you!
<div role="alert" class="alert alert-success alert-dismissible alert-full fade in">
<button type="button" class="close" data-dismiss="alert">×</button>
<div class="container">
<span class="glyphicon glyphicon-ok-sign offset-right" aria-hidden="true"></span>
Your order has been placed. Thank you!
</div>
</div>