We’re using the theme “Specular” and having the same problem… sucks. It turns out that the style.css contains the following definition:
label {
position: relative;
top: -3px;
}
If I remove the top, then everything works fine, however, I don’t have any idea what effect this might have throughout the site, and I’d prefer to not add custom code to solve a CSS bug for a plugin.
Would you consider adding “top: auto;” to .aioseop_label ?