Hi,
disabling a plugin events manager called “Modern Events Calendar Lite” resulted in a restoration of the sizing. The events manager uses a similar (probably same) popup picker, the CSS however is definitely located within sermon manager, at
/wp-content/plugins/sermon-manager-for-wordpress/includes/vendor/CMB2/css/cmb2.min.css
As a temporary “fix” I have changed the rule
.cmb2-element .ui-datepicker, .cmb2-element.ui-datepicker
from
width:auto;
to
width:200px;
This has resulted in “normal” behaviour. I realise that this will be overwritten upon upgrade. however disabling the entry on the eliment inspector, results in a “normal” calendar also. Does the entry need to be there?
other than editing the .css file directly, I tried to put an override in another css plugin, but that didnt seem to fix it for me.
regards