Hey Guys, when I add this Google Remarketing Script to the header.php – the nav menu and sticky nav menu receive a margin at the top of the page, (height of admin bar) I have no idea how adding a script within the <head> </head> would change any style. Please advise. When I remove, it is perfect.
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = xxxxxxxxx;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
</script>