So, I’ve inserted a tracking pixel code inside the closing head tag on our header.php file and am getting extra space above my header. I also tried using a pixel tagging manager and got exactly the same results. How do I get this accomplished WITHOUT having extra space put above the header on every page?
Hi,
Could you please post a link to your website? I think that could be resolved using simple CSS :)
Regards,
Yigit
Hi Yigit, thanks for the assistance.
PS: I took out the header code for the meantime.
Hi,
Could you please add it back and let us know then? We would need to see the issue to provide a solution :)
Best regards,
Yigit
Okay, I just put it back.
Hi,
Please try adding following code to Quick CSS in Enfold theme optios > General Styling
body>img {
display: none;
}
Best regards,
Yigit
Worked perfectly. Thank you very much. What caused that? I never had that happen with tracking pixels or Google Tag Manager scripts before.