I have written the code for notification in asp.net c#.

<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
<i id="bell" class="fa fa-bell-o" runat="server"></i>
<span>
<asp:Label ID="Badge" CssClass="badge badge-light" BackColor="Red" runat="server" value=""></asp:Label></span>
</a>

But when i run this code then the Badge is shown beside of bell icon rather than top of the bell.

Thanks in advance.

Name:  notification.png
Views: 86
Size:  654 Bytes