Where past code of google ADS - help

Discussion in 'HTML & Website Design' started by effektiveddd, Nov 22, 2014.

  1. #1
    Hi, I have website: http://bazaro.org/

    I want put ADS in this place:

    IMG:
    [​IMG]

    I don't know where past code in my theme? I bought this website few day ago.

    thanks for help
     
    effektiveddd, Nov 22, 2014 IP
  2. prince@life

    prince@life Notable Member

    Messages:
    278
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    225
    #2
    Hey dear member,
    PM me on my inbox with your FTP details, I will do that for you.
    Thanks.
     
    prince@life, Nov 28, 2014 IP
  3. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #3
    Hello there,

    simply Add a Floating Div to Your Theme!

    Open your CSS Style File and Add this Code :

    
    .mygooglead {
    z-index: 10;
    position: absolute;
    left: 10px;
    top: 20px;
    }
    
    Code (markup):
    Open your Main Template File and add this Just after the Body Tag :
    
    <div class="mygooglead">Past The Google AD Script HERE</div>
    
    Code (markup):
    You can Edit the top: 20px; To Pace the AD where you want on the Left...

    That's All
     
    themes4all, Dec 2, 2014 IP