• zaabara

    (@zaabara)


    Hello

    I am trying to center a form on the page. For some reason there are dozens of solutions that simply don’t work. Here is my code CSS code in Contact. Can anyone help?

    /*
    ** Contact Form 7 Styles
    */

    .wpcf7-form input[type=”text”],
    .wpcf7-form input[type=”email”],
    .wpcf7-form input[type=”url”],
    .wpcf7-form input[type=”password”],
    .wpcf7-form input[type=”search”],
    .wpcf7-form input[type=”number”],
    .wpcf7-form input[type=”tel”],
    .wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
    }

    .wpcf7-form p {
    margin: 0 0 28px;
    }

    .wpcf7-text:focus,
    .wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
    }

    div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
    }

    div.wpcf7-acceptance-missing,
    div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
    div.wpcf7 {
    text-align: center;
    }

    span.wpcf7-not-valid-tip {
    color: #f9443b;
    }

    /*
    ** Button Styles
    */

    .wpcf7-form .button {
    background-color: #14e2ae;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 14px;
    }

    .wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
    }

    div.wpcf7 {
      max-width: 500px; /* set the max-width you prefer */
      margin: 0 auto;
    }
    div.wpcf7 input:not([type="checkbox"]),
    div.wpcf7 textarea {
      width: 100%;
    }
    div.wpcf7 label {
      display: block;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.