I am sorry I do not understand what fields or screen you’re referring to. Can you provide more detail along with a screenshot?
It looks like something on your site is overwriting the default styles in the core WordPress stylesheet. If you know how to use the inspector in Chrome to view what CSS styles are applied to an element then you should be able to track down what’s doing this. If not, then try deactivating all other plugins and see if that resolves the problem. If that doesn’t then it could be your theme. This text is a form label and the class we use is .aioseop_label
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 ?
You’ll want to apply that style to just the WordPress admin, not the frontend of your site. To do that, use the code here – https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
for my probleme (display the informations’s fields), i have found the probleme : a plugin called : Visual Composer Clipboard….