Comments beckaroona started the conversationJuly 14, 2021 at 6:23pmOn 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,558Laborator repliedJuly 15, 2021 at 7:18amHi 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 Sign in to reply ...
On firefox - see screen shot
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:
Best regards,
Laborator Team