Solution for Overlapping issue in wp-admin dashboard
-
Hi,
If you are facing overlapping issue in WordPress admin, then just add this little CSS code in your CSS file (e.g. style.css) and you will get rid of this issue.
#wpfooter { position: relative; }if this doesn’t work then add this instead of above code segment
#wpfooter { position: relative !important; }Hope this works for you.
Regards,
Amit Dutt
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Solution for Overlapping issue in wp-admin dashboard’ is closed to new replies.