I have the following structure of HTML code:
<div class="modal-header-success">
<h3 class="modal-title" style="text-align: center;">
Modal PopUp
<button type="button" class="close panelTitleTxt glyphicon glyphicon-remove" data-dismiss="modal" aria-hidden="true"></button>
</h3>
</div>
Which generates the following header:
I want to center the icon marked with the arrow, I appreciate any help you can give me.