Okay
  Public Ticket #828725
Contact Form
Closed

Comments

  • Jeremy started the conversation

    I can't adjust the settings of teh contact form for the life of me. I've tried relating to all of the class's from an inspector. I've selected the minimal form, which is fine, but the input fields are extremely large. Is there something else making this happen?


    http://059.2f4.myftpupload.com/

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date] {
        padding: 5px 0px !important;
    }
    

    Best.


    ThemeNectar Support Team