Okay
  Public Ticket #145098
Padding
Closed

Comments

  • Gary started the conversation
    I'm using Contact Form 7 with your theme. I would like to reduce the padding in the form fields and between form fields (generally condense the form overall). As I understand the styling for the form is in the theme. What's the best way for me to make these changes? Would I do it in the Custom CSS field?
  •  988
    ThemeNectar replied

    Hey Gary!

    Add this into your custom css box:

    body p {
       padding-bottom: 13px!important;
    }

    Cheers :)