Hey guys,
Can someone please help me with this little issue in my website?
http://bestlistofporn.com (adult content)
I just need to remove this space:
http://i.imgur.com/eW7ljeQ.png
EDIT:
I just figure out that the problem is with the twitter image (pink bird)
class="top-gapper-twitter"
Can someone please help me how to remove that space and put the bird here?
http://i.imgur.com/KBKnopo.png
Hope someone can help me with this, thanks :)
Part of the code:
<div class="col-md-8 mr-head-right">
<div class="top-gapper-twitter">
<a target="_blank" href="https://twitter.com/BestPornList"><img width="110" height="115" src="<?php bloginfo('template_url'); ?>/images/twitter22.png" alt="Twitter" /></a>
</div>
<div class="top-gapper-discription">
<?php if ( ! dynamic_sidebar( 'Top Widget' ) ) : ?>
<?php endif ?>
</div>
</div>
</div>
</div>
<div class="main-container">
.top-gapper-twitter{float:left;margin:62px 0 0}