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
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.
Best regards,
Ismael
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.
Best regards,
Ismael