Dear All,
I want to display icon image with text in sidebar navigation, I've tried to use vertical-align and line-height but there was no change, please see the code below:
HTML:
<div id="sidebar-wrapper">
<ul class="sidebar-nav" id="MainMenu">
<li class="sidebar-brand"><a href="#">ABC</a></li>
<li><a href="#"><img src="images/icons/home.png">HOME</a></li>
</ul>
</div>
Any help or guidance will be much appreciated.
Regards