How did that bar come to be there? Is there a WordPress theme you’re using?
It looks like this is the code to remove:
<div class="row">
<div class="span6 social-nets-wrapper" data-motopress-type="static" data-motopress-static-file="static/static-social-networks.php">
<img src="//www.droneguts.com/wp-content/themes/theme54792/images/bitcoinacceptedsmaller.gif" />
<ul class="social">
</ul> </div>
<div class="span6" data-motopress-type="static" data-motopress-static-file="static/static-top-links.php">
<div class="top-links">
<ul>
<!-- <li><a rel="nofollow" href="https://www.droneguts.com/wp-login.php">Member Area</a></li>
<li><a href="https://www.droneguts.com/sitemap">Sitemap</a></li> -->
<li><a href="https://www.droneguts.com/news/">News</a></li>
<li><a href="https://www.droneguts.com/aboutus/">About Us</a></li>
</ul>
</div> </div>
</div>
When I view source, those are lines 241-56. Once those are gone, there might be some other DIVs (opening and closing) that you can get rid of, unless you want to put some other stuff in that area.
Does that do the trick?