Viewing 1 replies (of 1 total)
  • Plugin Author WPTrashPanda

    (@jprescher)

    The notification box is positioned on top by default but you may have some element z-indexed higher than the results box.

    Try adding some custom CSS to the result:

    <style>
     #mcs_result {position:absolute; z-index:a larger # here!important;
    </style>

    The latest 1.0 update did include some new positioning methods.

    Thanks for your feedback!

Viewing 1 replies (of 1 total)
  • The topic ‘Change position of a notification message’ is closed to new replies.