Adding this to CSS does not work:
.ui-dialog-buttonpane { text-align: center; }
The buttons are still on the right side.
What should I do?
Ok. I also needed to remove the float. This works:
.ui-dialog .ui-dialog-buttonpane { text-align: center; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
In my case I also needed to add !important to the float property
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; float: none !important; }
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