Two things:
- the value for
vertical-align
ismiddle
, notcenter
(and absolutly notcentral
) - You need to set this to the image, not the heading
img {
width:35px;
height:35px;
vertical-align: middle;
}
<h4 class="modal-title" id="PublishTitle"><img id="PublishTitleImage" src="" /> bla bla</h4>
1
solved HTML header align content to center