• Resolved aharmer

    (@aharmer)


    Hi, I’ve just transferred my site from localhost to live site. However, the contact form layout has gone awry. It was fine in development but now the message box and send button are offset from the other boxes. I didn’t change settings during the transfer so not sure what’s happening. Any ideas?
    Thanks.

    Site:

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter aharmer

    (@aharmer)

    OK, I added this to my css and it seems to have solved the problem.

    .textarea-box {
    	width: 100% !important;
    }

    But does anyone have any idea why it would look one way in development but another on the live site?

    MariusG

    (@marius_codeinwp)

    I sincerely have no idea ?? Sometimes file get corrupted during upload, it’s just a guess though.

    How did you transfer your website?

    Kind regards,
    Marius

    Hi,

    Are you using Jetpack on your site? ??

    Regards,
    Hardeep

    Thread Starter aharmer

    (@aharmer)

    Marius, I transferred using FTP.

    Hardeep, yes I am using Jetpack.

    Cheers,
    Aaron.

    MariusG

    (@marius_codeinwp)

    Hello Aaron,

    Did you use ASCII or Binary Transfer mode when uploading? I’ve found that ASCII sometimes causes issues for me, I always use Binary Mode.

    Anyway, I think the issue was what Hardeep said, it’s because of the Jetpack plugin.

    Kind regards,
    Marius

    Hello,

    I have the same problem that aharmer, but I copy the code in my css (inside Contac Us section) and it does not works.

    My web is: https://www.osteogenos.com/canaldeconsulta/

    Do you have any idea what can I could do?

    Thanks a lot.

    Also add the following CSS:

    .contact-form input[type="email"], .contact-form input[type="text"] {
        width: 100%;
        max-width: 100%;
    }

    Regards,
    Hardeep

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact form layout’ is closed to new replies.