Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1490167

    Hi,
    could you help me to make the formular fields shorter in the mobile version of these 2 pages?
    That would be great !

    Many regards rixi

    #1490169

    Hey rixi,

    Thank you for the inquiry.

    Are you referring to the tablet view of the contact form fields? Please add the following code in Enfold > General Styling > Quick CSS field.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .responsive .avia_ajax_form .form_element {
        width: 100%;
        clear: both;
        margin-right: 0;
        margin-left: 0;
        float: none;
      }
    }

    Another option is to make the columns stack to full width on tablet view.

    Screenshot-2025-10-14-at-1-10-35-PM

    Best regards,
    Ismael

    #1490171
    This reply has been marked as private.
    #1490172

    Hi,

    Thank you for the info.

    The contact form seems to be resizing correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, ImgBB, PostImages, or Dropbox.

    Screenshot-2025-10-14-at-1-28-21-PM

    Best regards,
    Ismael

    #1490174
    This reply has been marked as private.
    #1490232

    Hi,

    Thank you for the update.

    Please try to add this css code to adjust the width of the form fields on smaller screens.

    @media only screen and (max-width: 479px) {
        .responsive .avia_ajax_form .form_element {
            width: 90%;
        }
    }

    Best regards,
    Ismael

    #1490235

    Good morning Ismael,
    great, that works :) Thanks a lot!!!

    Many regards rixi

    #1490269

    Hi,

    Glad we could be of help! Please don’t hesitate to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘formular fields too long on mobile’ is closed to new replies.