Different margins in forms
on my site http://www.allgaiabua.de/kjp there is an popup contact form using cf7 and the same is also in the footer. Unfortunately the margins between fields are correct as I want in the footer form but not in the popup form (they are bigger there). Is there a possibility to have the margins in the popup form also as small as in the footer?
Thanks in advance
Comments
you can use this custom css,
#popup_contact p,#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
thanksmargin-bottom:0 !important;
}
thanks again, works great!
Best regards