Hello,
I have a small problem with my contact form. At a mobile device, 2 fields of the form show up in a strange way.
Hey BigBossMedia,
I can see the issue, can u please remove any modificatons you have done, and let us know if that happens on Enfold theme, when it is clear?
( By modifications, I mean any extra CSS added )
Best regards,
Basilis
Hi Basilis,
I removed the extra CSS, but that doesn’t make any sense.
Kind regards,
Jan
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .avia_ajax_form .form_element {
margin-left: 0 !important;
}}
Cheers!
Yigit
That works, thanks Yigit!