contact form

Hello!

How I can change my contact form,
I wish there was a line break from the name to the form. But just in mobile.
my website http://epled.com.br/contato
thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to add more space below the name by going to Appearance > Customize > Additional CSS and pasting it there.


/*Contact name padding bottom*/
.elementor-156 .elementor-element.elementor-element-f07a283 fieldset > label {
    padding-bottom: 11px;
}

Best Regards,
Support