margin-top added to html and body tags after upgrade to 3.1!?!
-
We upgraded to 3.1 this morning and now find the following style rule dynamically added to our header:
<style type=”text/css”>
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>This is not in our “header.php” file and so I assume it’s being added by wordpress (i.e., there is no evidence that we’ve been hacked). I’m guessing it has something to do with the new admin bar but not sure. Any ideas what’s going on or how to turn it off?
Here’s a URL:
https://www.ircpl.org
- The topic ‘margin-top added to html and body tags after upgrade to 3.1!?!’ is closed to new replies.