MyBB Community Forums

Full Version: Fix this modal format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys...I added read/delete buttons to my Alerts modal but they won't stay inline.  I was able to increase the size of the modal to 600px but there must be a DIV somewhere affecting the right side of the modal where the check and X buttons are. 

Any ideas where to find the place to change this and how to change it so the check and X are side by side?

Thanks!
RF
Go to the modal template where you added the buttons - there you find the place to change Big Grin
Can you provide the contents of your template for investigation?

[ExiTuS]
(2019-11-15, 03:49 PM)[ExiTuS] Wrote: [ -> ]Go to the modal template where you added the buttons - there you find the place to change Big Grin
Can you provide the contents of your template for investigation?

[ExiTuS]

SvePu fixed me up!  We added this bit to CSS Global:

div#myalerts_alerts_modal {
    width: 600px;
}

a[class$="AlertButton"] {
    display: inherit;
}