Hello everyone, I need some help with an issue I am facing:
<div class="col-lg-2 col-sm-6 padding-0 myteam1">
<div class="our-team">
<img src="http://i.dailymail.co.uk/i/pix/2017/12/27/10/4797978100000578-0-image-a-1_1514370627819.jpg" class="img-responsive" alt="myimage">
<div class="team-content">
<h3 class="team-title">First<small>class</small></h3>
<p class="team-btn animate-button"><a href="#" class="custom-btn
btn-lg">LEARN MORE</a>
</p>
</div>
</div>
</div>
Whenever I mouse over the div
, there is extra space on the left and right sides. Can someone please assist me in fixing this issue? I want the background to be fully shown without any additional spaces when hovered over.
Thank you!