Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #2825998
contact form not working
Closed

Comments

  • beckaroona started the conversation

    On firefox - see screen shot

    {"wp":{"use":false,"adminUrl":"https://www.accessibleiris.co.uk/contact/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,561
    Laborator replied

    Hi there,

    The problem is being caused by Jetpack plugin, you can either fix this by disabling Jetpack or if you want to keep using it then add this CSS to Custom CSS:

    @media only screen and (min-width: 600px) {
        .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
            width: unset;
        }
    }
    .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
        box-sizing: unset;
        margin-bottom: unset;
    }
    .contact-form label {
        margin-bottom: unset;
    }
    .contact-form .form-group.labeled-textarea-row label {
        border-bottom-color: transparent !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group