This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Contact Form

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff 10 years, 7 months ago

    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. GTint 10 years, 7 months ago

    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. Andrew Misplon Staff 10 years, 7 months ago

    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. GTint 10 years, 7 months ago

    Thanks guys.
    Perfect!!!!

    Cheers

  5. Andrew Misplon Staff 10 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread