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,558
    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