Question

I'm using Bootbox to create a nicer looking alert dialog for my web application. Is it possible to center-justify the text on the alert dialog?

Was it helpful?

Solution

You can just add this style to your css:

.modal-body {
    text-align: center;
}

Fiddle

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top