Okay
  Public Ticket #2716991
make contact for height smaller
Closed

Comments

  •  5
    BradElin started the conversation

    hi, I want to make the contact form smaller in height so it fits nicer in the page, 

  •  8,848
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body[data-form-style="minimal"] .container-wrap .span_12.light textarea {
        max-height: 200px !important;
    }

    Thanks


    ThemeNectar Support Team