I have a WordPress generated page where I want to place AdSense below the header of the page. See image at http://imgur.com/WPXeG
I want to create some white space
I added margin-top: 5px on the element inside the div and it work. If you could add an id to the div you use this css rule:
margin-top: 5px
div#adds > ins{ margin-top: 5px; }