@ghinamt As I mentioned in our private chat on LinkedIn. it is a CSS issue and I shared a screenshot of my browser didn’t show any padding issue.
If you are still facing a padding issue, it is due to a specific theme CSS conflict.
You can use the following CSS code to increase the CSS padding. It’s an easy task. Place the following code into an additional CSS section from the admin panel. The additional CSS is a default feature provided by WordPress, so you don’t need to activate any specific plugin.
Increase the padding-left value according to your requirements.
@devnaho13 please implement the following code. I hope it will be coded. If not, please share your webpage link and If I find anything, I will share it with you.
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,?.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],?.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]?{ padding-left: 92px; }