I have 2 images, only the first image is visible, on hover a menu-bar will slide to the right and then it shows the 2nd picture right next to the 1st image, but there is a little space between the images. Is there a way how I can fix this?
This is the HTML code I have:
<!-- Side Header -->
<div class="side-header side-content bg-white-op">
<a class="h5 text-white" href="index.html">
<i><img src="assets/img/test.png" height="25px"></i> <span class="sidebar-mini-hide"><img src="assets/img/logo.png" height="25px"></span>
</a>
</div>
<!-- END Side Header -->