Tagged: ads, banner, boxed layout
Hi,
does anyone know how I can place an ad banner outside the template. I want to place the ad on the left side. I am using boxed layout.
Thanks
Fabian
Hi bitin!
Please go to Appearance > Editor and open Header.php file and find
<div id='wrap_all'>
and add your image right above it as following
<div class='side-image'><img src='http://winestyle.ru/product_images_new/f/tall_horse_shiraz__92218_cat.jpg' /></div>
then add following code to Quick CSS and adjust its position
div.side-image {
position: absolute;
z-index: 99;
left: 0px;
}
Best regards,
Yigit