I want to add Google AdWords to my site but the script I\'m supposed to add creates an iframe in the dom. This iframe is visible and moves down 13px (its height) all my page.
I normally add this CSS(3) rule to the stylesheet:
iframe[name=google_conversion_frame] { display: none !important; }
Hope it helps.