• 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)
  • Moderator Bet Hannon

    (@bethannon1)

    Overlapping in WP admin dash is a problem from a plugin or theme. Adding css to your theme will not resolve this.

    Since there is no support question here, I’ll mark it closed.

Viewing 1 replies (of 1 total)

The topic ‘Solution for Overlapping issue in wp-admin dashboard’ is closed to new replies.