Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1295052

    Good day,
    Unfortunately I have problems with the contact form on my mobile phone. The form goes beyond the page width. I have already tried some CSS code. But so far nothing has worked perfectly.
    The following code had worked in mobile portrait format, but not in landscape format.

    @media only screen and (max-width: 767px) {
    .home .avia_ajax_form p {
    width: 65% !important;
    }
    }

    Website:
    http://www.alexandra-und-silvio.de
    I hope you can help me.

    Best regards

    #1295122

    Hi tom_wordpress,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia_ajax_form fieldset {
        min-width: auto;
    }

    Best regards,
    Nikko

    #1295149

    Good morning Nikko,
    Thank you very much for your help, it worked very well.

    Only the reCaptcha hint is still cut off. Can you give me a tip on this?

    Best regards

    #1295155

    Hi tom_wordpress,

    You’re welcome :)
    Please add this CSS code as well:

    #top .avia_ajax_form .av-google-badge-message {
        min-width: auto;
    }

    Best regards,
    Nikko

    #1295210

    Hi Nikko,
    Thank you very much for your help, it worked very well.
    Best regards

    #1295228

    Hi tom_wordpress,

    We’re happy that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form Responsive problems’ is closed to new replies.