• Resolved davidalvarez82

    (@davidalvarez82)


    Hello how are you? First of all I want to congratulate you for such excellent pluging, however I have a big problem:

    The list of countries appears correctly in the version for pc, in the version for mobile phones or tablets is misrepresented.
    I have created a sample page so please if you can help me with this problem.
    Note: I have done absolutely everything that you indicated in the previous posts and still continues the problem.

    The test page is:

    https://biu.us/?page_id=2911

    I think it may be the option of listing in css that is causing the failure.
    You can see it in the mobile version so you can observe what I indicated earlier.

    Thanks for your help.

Viewing 1 replies (of 1 total)
  • Plugin Contributor damiarita

    (@damiarita)

    Hi,

    This is probably doing it:

    ul li:before, ul.custom_icon_style .list_list {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f00c";
    }

    on main.css line 748

    The flags are displayed as a ul with country-list and list items with class country.

    I would also suggest adding a size property to the input of 35 to make it the same size of the rest of the inputs. Check this post for more details: https://www.ads-software.com/support/topic/change-field-width-2/#post-8528325

Viewing 1 replies (of 1 total)
  • The topic ‘issue for mobile’ is closed to new replies.