Viewing 5 posts - 1 through 5 (of 5 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.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.