badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Form input lengths

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3734
    shawnhoffman
    Participant

    I can’t seem to figure out how/where to change the length of the forms. I am using Contact Form 7, and it says to just do something like [text* your-name 30/60] but it’s not working. Maybe there is some CSS in the theme that is overruling that? Where can I change it, both for that and for text-area as well? Thanks! Specifically, here: http://shawn.mcctraduccion.com/translation/free-quote/

    — don’t know how to delete, but i found the code, did a custom CSS

    `input.MYCLASS[type=”text”],
    input.MYCLASS[type=”email”],
    input.MYCLASS[type=”password”],
    textarea.MYCLASS {
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 100%;
    margin: 0 0 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }’

    or more individualized.. so maybe it helps somebody.

    #3750
    Sanjip Shah
    Participant

    @shawnhoffman Our theme includes the css for the Contact Form 7. Just using the shortcode of the CF7 should be enough. The contact form will be like shown in our demo page here https://www.themehorse.com/preview/attitude/contact-us/.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.