I have this jQuery popup that I am invoking like this:
$("#createprofilepopup").dialog( { title: 'Title text' , height: 490, width: 580 } );
But it appears aligned left. Is there a way to center the title?
Thanks!!
Add CSS rule:
.ui-dialog .ui-dialog-title {
text-align: center;
width: 100%;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With