I have a paragraph inside div(class row in bootstrap) and i want to vertically center the text inside the paragraph but i cannot seem to do it.Here is my code and jsfiddle...
<div class="container-fluid">
<div id="footer" class="row">
<p id="text" >TEXT</p>
<img id="facebook" class="img-responsive pull-right" src="http://placehold.it/59x57" style="margin-bottom:15px;margin-right:15px;margin-top:15px;">
<img id="adresa" class="img-responsive pull-right" src="http://placehold.it/59x57" style="margin-bottom:15px;margin-right:15px;margin-top:15px;">
<img id="poruka" class="img-responsive pull-right" src="http://placehold.it/59x57" style="margin-bottom:15px;margin-right:15px;margin-top:15px;">
<img id="telefon" class="img-responsive pull-right" src="http://placehold.it/59x57" style="margin-bottom:15px;margin-right:15px;margin-top:15px;">
</div>
Any help is appreciated!