How to change width % of contact form 7

  • Unknown's avatar

    This is how my contact form 7 looks like

    Upload a File (optional)
    [file file-609]


    [select menu-245 “Phone” “Email”]

    [submit “Send”]

    This is the coding I wrote
    input[type=”text”] {
    background-color: #fff;
    color: #000;
    width: 75% !important;
    }

    input[type=”email”] {
    background-color: #fff;
    color: #000;
    width: 75% !important;
    }

    input[type=”tel”] {
    background-color: #fff;
    color: #000;
    width: 75% !important;
    }

    How do I change width % of “your message” , “Upload a file”, and “Drop down menu”

  • I don’t see any sites on your account here.

    What’s the URL of the site with the problem?

  • The topic ‘How to change width % of contact form 7’ is closed to new replies.