Bootstrap Dropdown Menu on Right Side

Bootstrap dropdown menu pada bagian kanan halaman akan mengakibatkan tampilan seperti ini:

Capture

Solusi menambahkan kelas pull-right pada dropdown menu

[code language=”html”]
<li class="">
<a data-toggle="dropdown" href="javascript:"><span class="glyphicon glyphicon-cog"></span></a>
<ul class="dropdown-menu pull-right" role="menu">
<li class="#"><a href="#">Ubah Password</a></li>
<li class="#">@Html.ActionLink("Logout", "Logout", "Account")</li>
</ul>
</li>
[/code]

Chandra Oemaryadi has written 244 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>