Puzzled


Author Message
Jacobrk

Posted: 5/14/2015
Quote message 

It seems to be caused by this google code you have on the page:
<iframe name="google_conversion_frame" title="Google conversion frame" width="300" height="13" src="http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1010053900/?random=1431634936259&amp;cv=7&amp;fst=1431634936259&amp;num=1&amp;fmt=1&amp;guid=ON&amp;u_h=1080&amp;u_w=1920&amp;u_ah=1040&amp;u_aw=1920&amp;u_cd=24&amp;u_his=1&amp;u_tz=-240&amp;u_java=true&amp;u_nplug=6&amp;u_nmime=8&amp;frm=0&amp;url=http%3A//bocaratoncheerfulagent.com/&amp;ref=http%3A//www.artisteer.com/%3Fp%3Daffr%26redirect_url%3Dhttp%253a%252f%252fbocaratoncheerfulagent.com%252f&amp;vis=1" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no">&lt;img height="1" width="1" border="0" alt="" src="http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1010053900/?frame=0&amp;random=1431634936259&amp;cv=7&amp;fst=1431634936259&amp;num=1&amp;fmt=1&amp;guid=ON&amp;u_h=1080&amp;u_w=1920&amp;u_ah=1040&amp;u_aw=1920&amp;u_cd=24&amp;u_his=1&amp;u_tz=-240&amp;u_java=true&amp;u_nplug=6&amp;u_nmime=8&amp;frm=0&amp;url=http%3A//bocaratoncheerfulagent.com/&amp;ref=http%3A//www.artisteer.com/%3Fp%3Daffr%26redirect_url%3Dhttp%253a%252f%252fbocaratoncheerfulagent.com%252f&amp;vis=1" /&gt;</iframe>

 
calsnoboarder

Posted: 5/14/2015
Quote message 

Yep, you have an iframe with a height of 13px... that's what that white space is...


 
Jeff Levy

Posted: 5/15/2015
Quote message 

Would this be in the "header" in the wordpress theme.

Thanks for everyone support.

Jeffrey


 
gcm

Posted: 5/15/2015
Quote message 

You can try to give the top margin a negative number in your style.css

Under #art-main of your artisteer style.css
Under Top: Change 0 to a negative number like -20px


 
calsnoboarder

Posted: 5/20/2015
Quote message 

More than likely, you put the google code in the wrong spot... this will then display if it is outside the appropriate div for the template.

Code like this should go in the header.php file and placed right before the < /head> tag
 
Philip Barrington

Posted: 5/21/2015
Quote message 

http://stackoverflow.com/questions/11939653/google-adwords-remove-iframe-added-by-tracking-conversion-code

This link has several solutions. I hope one works for you