TeeJay2012
01-21-2013, 07:14 PM
Hello Guys,
I am trying to add an ad to a wordpress them that is using a grid system and it is really confusing me. This should be so simple!!!! It would make my day if someone could help me....
Thanks Guys!!!
TeeJay2012
02-03-2013, 05:38 PM
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! (http://mobilesopen.com)
Thanks for your help!