Home Forums Basel support forum reduce size of contact form

reduce size of contact form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17751

    flintstop
    Participant

    how can I reduce the size of the contact form on my contact us page?
    Actually, I deleted the plugin by mistake and all other preloaded forms were also deleted. So can u help me out with it?

    #17755

    Eric Watson
    Participant

    Hello,

    If you want a contact form like on our demo. Try adding the following code to your contact form.

    <div class="row">
    
    <div class="col-md-6">
    
    <p style="margin-bottom: 27px;"><label>Your Name (required)</label> [text* your-name] </p>
    
    <p style="margin-bottom: 27px;"><label>Your Email (required)</label> [email* your-email] </p>
    
    <p style="margin-bottom: 27px;"><label>Subject</label> [text your-subject]</p>
    
    </div>
    
    <div class="col-md-6">
    
    <p><label>Your Message</label> [textarea your-message]  </p>
    
    </div>
    
    </div>
    
    [submit class:btn class:btn-color-white class:btn-style-bordered "SEND A MESSAGE"]
    

    Kind Regards
    XTemos Studio

    #17757

    flintstop
    Participant

    Thank You.

    #17768

    Eric Watson
    Participant

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)