Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274997

    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

    #275060

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.