hello all, thanks for taking the time to read my problem...
i am not a great coder by any means at all so i am very perplexed about this, let me break it down.
there is a huge gap in my media gallery after the first line of images.
i am using the nextgen image plug in and a simple adsense plug in. if i completely clear out my sidebar.php file i do not see the gap in the image gallery at all. if i change my theme i do not see the image gap at all. i only see the gap when i have this code in my sidebar.php file...here is a link to my site - <here
...here is my sidebar.php code
<div id="subnav">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
<?php echo show_ad_camp_1(); ?>
<?php endif; ?>
</div>
<div id="extras">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?>
<?php echo show_ad_camp_2(); ?>
<?php endif; ?>
</div>
any help is much appreciated.
i am not a great coder by any means at all so i am very perplexed about this, let me break it down.
there is a huge gap in my media gallery after the first line of images.
i am using the nextgen image plug in and a simple adsense plug in. if i completely clear out my sidebar.php file i do not see the gap in the image gallery at all. if i change my theme i do not see the image gap at all. i only see the gap when i have this code in my sidebar.php file...here is a link to my site - <here
...here is my sidebar.php code
<div id="subnav">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
<?php echo show_ad_camp_1(); ?>
<?php endif; ?>
</div>
<div id="extras">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?>
<?php echo show_ad_camp_2(); ?>
<?php endif; ?>
</div>
any help is much appreciated.