Hello, I have a bit of trouble with this.
How do smaller the space between a label and a textarea on the contact form?
Somebody help me.
Hey GilbertoDav!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_ajax_form label { margin-bottom: 3px; }
Cheers!
Yigit
Thanks but…
I did not explain well, Sorry.
I need the space between the text area and the next label of contact form is less.
Hey!
Try with this one:
.avia_ajax_form .form_element_half {
margin-right: 4%;
width: 48%;
}
.avia_ajax_form .form_element_half_2 {
margin-right: 0 !important;
}
Cheers!
Josue
Thanks Josue and Yigit, but did not work.
I found this code to reduce textareas.
#top .text_input, #top .select, #top .text_area {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
but misaligned the captcha and i want to reduce the space between the text areas to contact form is more compact.
Let me add an example of the areas i want to reduce.
much appreciate your support.
Hi,
Can you post the link to your website please?
Regards,
Josue
Here is: http://www2.ti-m.com.mx/contacto/
This is an example of the areas i want to reduce: https://drive.google.com/file/d/0BxfPqVxsOCYkY2l5WEhRSlB6a0k/edit?usp=sharing
Hey!
The link didn’t show.
Best regards,
Josue
Again.
Here is: http://www2.ti-m.com.mx/contacto/
This is an example of the areas i want to reduce: https://drive.google.com/file/d/0BxfPqVxsOCYkY2l5WEhRSlB6a0k/edit?usp=sharing
This will do it:
.avia_ajax_form p {
margin-bottom: 0;
}
.value_verifier_label {
bottom: 2px;
}
Regards,
Josue
YEAH!!!! Thanks so much Josue.
This work perfect!!!
Cheers.
De nada :)