Hi Peter - I did re-check by switching to a different theme (Twenty Twenty Three) and it did work. So, then I reached out the the theme creator (Beaver Builder - Beaver Builder Theme) and they said the following:
Good morning.
I looked into that field, and CSS wise, this is what makes it wide:
.rwmb-input input, .rwmb-input textarea, .rwmb-input select {
max-width: 100%;
}
It comes from Metabox itself.
You could add the following code in the Customizer's CSS area, and set the width percentage for whatever you want. It will then adjust that zipcode field's width..
#zipcode {
max-width: 10%;
}
SO...I have added the CSS to change most fields, but can't figure out the "new password" and "confirm new password" field IDs from the Edit Profile. I've tried using the following, without a response:
id_password
id_password2
What are the correct IDs, as they come from [mb_user_profile_info id="rwmb-user-info"]?
Thanks,
Sam