Tagged: CONTACT FORM, quick css
Hey there,
I am having the exact same problem as outlined in this post but the proposed solution doesn’t work for me.
I included the css in the quick css field, yet the form doesn’t change at all.
I appreciate any help!
-Vitus
Hi Vitus,
Can you post the link to your website please?
Regards,
Josue
of course, here it is; http://accelit.de/?page_id=111
Use this:
#top .avia_ajax_form .text_input {
padding: 7px;
}
Hi!
Seems like the code @flikk posted helped! Let us know if you have any other questions or issues
Best regards,
Yigit
Hi folks!
thanks for your help! yes flikk’s code helped indeed to reduce the padding of the text fields.
Can you also let me know how to reduce the space between the text fields and the subsequent label? (so i am trying to make the form a little “shorter”.
Cheers,
Vitus
Hi!
Try with this:
.avia_ajax_form label {
margin-bottom: 0 !important;
}
Best regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_ajax_form p { margin: 4px 0; }
Best regards,
Yigit
Nice!! That was exactly what I was looking for!
Thank you guys!