Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to change some of your css styles

    #maincontent textarea {
    position: relative;
    padding: 0px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 540px; //Remove this
    height: 80px;
    }

    #maincontentcenter {
    background: transparent url(images/maincontent_center.png) top left repeat-y;
    padding: 5px 40px;
    min-height: 550px; //MAKE IT 550px
    }

    <textarea cols=”30″ name=”your-question” rows=”10″ class=”wpcf7-form-control wpcf7-textarea” id=”quest” aria-invalid=”false”></textarea>

    make ur number of cols=30

    I hope this may help you
    Thanks

    Thread Starter projectsentinel

    (@projectsentinel)

    Thank you so much, but where would I enter this information?

    This code is already in your style.css
    You only need to edit it.

    Go to appearance-> Editor and and in style.css search for the classes and edit them.

    If you have any confusion you can reply back

    Thanks

    Thread Starter projectsentinel

    (@projectsentinel)

    You are so awesome! So I did the first two suggested changes, the only change I could not make was to the below because I could not locate it in the style.css:

    <textarea cols=”30″ name=”your-question” rows=”10″ class=”wpcf7-form-control wpcf7-textarea” id=”quest” aria-invalid=”false”></textarea>

    make ur number of cols=30

    write this code in your custom css or style.css
    Use This
    .wpcf7 textarea {
    width: 252px;
    }

    Dont bother for this “<textarea cols=”30″ name=”your-question” rows=”10″ class=”wpcf7-form-control wpcf7-textarea” id=”quest” aria-invalid=”false”></textarea>

    make ur number of cols=30″

    This may work i believe
    Thanks

    Thread Starter projectsentinel

    (@projectsentinel)

    Again, you are the best! I appreciate you taking the time to help me! On behalf of our agency, THANK YOU ??

    you did not your textarea for questions in your form.
    How many forms do you have in your website???
    If you have only one form then you can edit in your style.css

    #maincontent textarea {
    position: relative;
    padding: 0px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 80px;
    width:250px; //ADD THIS
    }

    This will make your form look more proper

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Ask a question, contact form messed up’ is closed to new replies.