I'm currently utilizing bootstrap to design a top navigation bar for an ecommerce website that resembles Facebook's layout. I have included a dropdown option on the right side of the top link labeled "Account" to display various account related actions.
Although the dropdown menu is positioned correctly on the right side, the small arrow that indicates the dropdown is left-aligned and points towards a previous link in the navbar.
To view this issue, please visit the following fiddle (view in fullscreen to prevent navbar collapsing): http://jsfiddle.net/v3wgt/1/embedded/result/
For the code related to this problem, you can visit: http://jsfiddle.net/v3wgt/2/
Are there any solutions, workarounds, or alternatives to address this issue?