Home>Support>Contact Form

Contact Form

Hi Guys.
I have an issue with my contact form.
I’m using the Contact Form 7 plug in. On mobile devices especially on a phone it doesn’t seem to be responsive at all especially the area where you need to write a message in.
Not sure if this is a plug in issue or something I’ve done wrong?

If this cant be solved what contact form do you recommend?

Cheers.
Mitch.

URL: http://27.124.117.1/~getinted/contact/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Magus
    Hi, I Work Here

    Hi Mitch

    Please add the following to your custom CSS editor

    .wpcf7-textarea {
        max-width: 100%;
    }
    

    Let us know how you get on

    Magus

  2. 9 years, 2 months ago GTint

    Thank you Magus.
    Much better now.
    Only thing is that when you hold the phone normal/vertical the whole form centers which is great but when you turn it horizontal the form stays to the left of screen and doesn’t centre.

    Cheers.
    Mitch.

  3. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi :) Please try the following at Appearance > Custom CSS:

    @media (max-width: 680px) {
    
    	.wpcf7-form p {
    		margin-right: auto;
    		margin-left: auto;
    		max-width: 380px;
    	}
    
    }
    
  4. 9 years, 2 months ago GTint

    Thanks guys.
    Perfect!!!!

    Cheers

  5. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    For sure :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More