Hi, I have website: http://bazaro.org/ I want put ADS in this place: IMG: I don't know where past code in my theme? I bought this website few day ago. thanks for help
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