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: