In our header.php file look for something like this:
<td id="header" colspan="1">
<div id="imagecontainer" class="header-image-container" style="background: url('https://jemins.com/wp-content/themes/atahualpa342/images/header/header.jpg') top center no-repeat;"><div class="clickable">
... some code in here....
</div>
<div class="horbar2"> </div>
</td>
Change it to:
<td id="header" colspan="1">
<div class="clickable">
... some code in here....
</div><div id="imagecontainer" class="header-image-container" style="background: url('https://jemins.com/wp-content/themes/atahualpa342/images/header/header.jpg') top center no-repeat;">
<div class="horbar2"> </div>
</td>
That should work… I’m not exactly sure what the <div class=”horbar2″> </div> is doing….