In the midst of constructing a form using Hubspot's built-in form developer, I encountered an issue with aligning the placeholder text within each field to the center. While this adjustment was successful for all the text input fields, it proved ineffective on the Select drop down when accessed from IOS mobile devices (specifically tested on Safari, Chrome, and Edge for IOS). Interestingly, the alignment appeared to function properly on Android devices.
https://i.sstatic.net/GIUZy.png
Despite attempting various CSS techniques such as
text-align:center
I experimented with applying styling to elements including input, option, select[id="idstring]::placeholder, ::placeholder, ::-webkit-input-placeholder, :-ms-input-placeholder, input::-moz-placeholder, and several others.
The challenge remains unsolved as I struggle to achieve the desired center alignment for the placeholder text."