• Resolved itmonitor

    (@itmonitor)


    Hello,

    I tried many settings in Contact 7 Style to make the Telephone field display gracefully inside the Form borders, but had no luck. Please, any advice to solve this is welcome 🙂

    • This topic was modified 8 years, 8 months ago by itmonitor.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lehel Szilard Marosi

    (@mlehelsz)

    Hey @itmonitor,

    Currently there is no settings for the telephone input in our plugin, but you can add the following CSS snippet to resolve the issue you have:

    
    .wpcf7-form.cf7-style input[type="tel"] {
        width: 100%;
    }
    
    Thread Starter itmonitor

    (@itmonitor)

    Hey mlehelsz, many thanks! I added the CSS code, but it will not work. The Please, could you help me on this?

    Plugin Author Lehel Szilard Marosi

    (@mlehelsz)

    I was inspecting the page, but can’t see it applied on your page.

    Can you please add the snippet above again, so I can test it?

    
    .wpcf7-form.cf7-style input[type="tel"] {
        width: 100% !important;
    }
    
    Thread Starter itmonitor

    (@itmonitor)

    I revised the code, my mistake, there was not the fullstop at the beginning. Now it works. Many thanks again mlehelsz. I have just one final tweak, will post it in a separate thread. I am also donating to the plugin. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help with Email field’ is closed to new replies.