Hello guys,
could I know please I to fill the background (see image below) of this template in the home page with an image or with Google AdWords Banner (in this case, the question is how to place them, in which module position) ?
Thanks in advance
body {background: #fff url('../images/your_image.jpg') no-repeat;}
<position>float_left</position>
'cart' => 'none',
'float_left' => 'none',
<div id="gkPage" class="gkWrap">
<?php if( $this->modules('float_left')) : ?>
<div id="gkFloat_Left">
<jdoc:include type="modules" name="float_left" style="<?php echo $this->module_styles['float_left']; ?>" />
</div>
<?php endif; ?>
#gkFloat_Left {position: fixed; float: left; padding: 10px; overflow: hidden; width: 10%; background: #fff;-webkit-box-shadow: 0 0 6px #c1c1c1;-moz-box-shadow: 0 0 6px #c1c1c1;box-shadow: 0 0 6px #c1c1c1; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}