Replies: 0
Hello, I have a problem with the country dropdown list since I updated (not sure if forminator or wordpress). In one of my web pages the complete list of countries appears outside the list and the flag does not appear.
On another website, the US flag is wrong, the Uruguayan appears instead. I used this solution but it doesn’t solve it: https://wordpress.org/support/topic/flags-on-international-phones-are-wrong/
On both pages I used the following CSS code because the width of the field was small:
.iti.iti–allow-dropdown{
width: 100%;
}
.iti.iti–allow-dropdown input{
padding-left: 52px !important;
}
how can i solve these errors?
As always I thank you for your time and for the excellent plugin =)