Hi Chuck, it looks like your portal has some styles applied in Portal.css which contradict an identifier in Engage: Direct.
Line 14 in your portal.css has some layout formatting for the selector #header. Our skin.css (line 8) also is using the selector #header. You have two options:
- You can delete or comment out the styling in portal.css
- You can modify the skin files (ASCX) to change the id we're using and then change the skin to use the same ID you've modified in the skin
The first option is less risky, but you may be using it for another purpose in other skins and it could affect those skins.