Different margins in forms

edited July 2017 in Theme support
Hi there,

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

  • Hi,
    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 {

    margin-bottom:0 !important;
    }
    thanks
  • Hi there,

    thanks again, works great!

    Best regards
Sign In or Register to comment.