In the image below you can see the gap between the slider and the banner. It is a Wordpress site. Any help would be greatly appreciated. Here is the code i inserted into the header.php file:
Here is the header code, do i need to add something to the css file or function.php file?:
</div>
<div id="nav-slider">
<div id="slider" class="nivoSlider">
<img src="<?php bloginfo( 'template_url' ); ?>/img/slider-1.jpg" alt="Family Owned by Bill Worlock" />
<a href="http://localhost/phoenix/?page_id=16"><img src="<?php bloginfo( 'template_url' ); ?>/img/slider-7.jpg" alt="$29.95 Service Call" /></a>
<a href=" http://localhost/phoenix/?page_id=90"><img src="<?php bloginfo( 'template_url' ); ?>/img/slider-2.jpg" alt="$50 Off Any Repair" /></a>
<a href=" http://localhost/phoenix/?page_id=90"><img src="<?php bloginfo( 'template_url' ); ?>/img/slider-3.jpg" alt="$250 Gift Card for Any New Full System Installation" /></a>
<img src="<?php bloginfo( 'template_url' ); ?>/img/slider-4.jpg" alt="Worlock Air Conditioning is family owned, operated and provides the best service possible" />
<a href=" http://localhost/phoenix/?page_id=90"><img src="<?php bloginfo( 'template_url' ); ?>/img/slider-5.jpg" alt="$1250 Instant Rebate on new high efficiency systems" /></a>
</div>
<div id="primary">
<?php
// Custom widget Area Start
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Funnel') ) : ?>
<?php endif;
// Custom widget Area End
?>
</div>
<div id="banner"><a href=" index.php/?page_id=90"><img src="http://www.worlockacservice.com/wp-content/uploads/2014/06/home-banner-1-hour-response.png" alt=""/></a></div>
</div>
</div> <!-- / #header -->
</div> <!-- / #wrapper-header -->