Seeking assistance with aligning a cool icon within a bootstrap panel. I am trying to position this icon on the right side of the panel heading, but the code is not cooperating. Can anyone provide guidance?
<div class="panel panel-primary">
<div class="panel-heading">
Title
<i class="fa fa-question-circle text-right"></i>
</div>
<div class="panel-body">
Hello world!
</div>
</div>
For a visual preview of the outcome, you can visit: http://jsfiddle.net/7q7w0n76/