Hey,
This is what the code looks -
<div class="grid_24 content_wrapper">
<!--Start Content-->
<div class="content">
<!--Start Slider Wrapper-->
<div class="slider_wrapper">
<div id="main" class="container">
<?php if (inkthemes_get_option('inkthemes_featureimg') != '') { ?>
<img src="<?php echo inkthemes_get_option('inkthemes_featureimg'); ?>"/>
<?php } else { ?>
<img src="<?php echo get_template_directory_uri(); ?>/images/slideimg.jpg"/>
<?php } ?>
</div>
<div class="slider_shadow"></div>
<?php get_sidebar(); ?>
</div>
<!--End Slider wrapper-->
<div class="clear"></div>
* I wanted to place a google adsense ad to the right of the slider but I am not sure of how to do this. The ad is displays below the slider.
SEE THE SITE HERE!
Thanks for your help!