Need help on pop-up box (MyAlerts)(MyReactions) - MyBB

Try adding this CSS, and clearing cache.
Code:
.modal {
    position: fixed !important;
    top: calc(50% - 55px) !important;
    left: calc(50% - 200px) !important;
}


And this simply moves over the "Recent Alerts" text, if you wish to add it or not is up to you.
Code:
.modal .thead strong {
    margin-left:10px !important;
}
 
Last edited:
OK, thanks. Another guy fixed it for me. Maybe that's what he did. I will check.
 
Back
Top Bottom