Title: futurecar's Replies | WordPress.org

---

# futurecar

  [  ](https://wordpress.org/support/users/futurecar/)

 *   [Profile](https://wordpress.org/support/users/futurecar/)
 *   [Topics Started](https://wordpress.org/support/users/futurecar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/futurecar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/futurecar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/futurecar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/futurecar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/futurecar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/futurecar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/futurecar/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/futurecar/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slim Jetpack] Search Css Function Gone?](https://wordpress.org/support/topic/search-css-function-gone/)
 *  Thread Starter [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/search-css-function-gone/#post-4477502)
 * Yes thank you, I saw that in the update! Much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482393)
 * Excellent, you’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact form 7] Remove orange/green/red … border](https://wordpress.org/support/topic/plugin-contact-form-7-remove-orangegreenred-border/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-remove-orangegreenred-border/#post-4480727)
 * No prob!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482327)
 * Thats because the text and inputs were not wrapped in the div as I had suggested
   above. I have updated the code to show you what I mean. Have a look at line 3
   and line 11. So you will need to add that div when editing your form in the CF7
   admin. Then make sure you add the CSS and lets see if that works.
 * [Updated Pastebin](http://pastebin.com/EryH3zH6)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact form 7] Remove orange/green/red … border](https://wordpress.org/support/topic/plugin-contact-form-7-remove-orangegreenred-border/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-remove-orangegreenred-border/#post-4480719)
 * Find this css property and add none to the border value.
 *     ```
       div.wpcf7-validation-errors {
       border:none;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482302)
 * I think in this case, i’d probably wrap a div around it to contain the input 
   fields. It would be good if you posted your form code.
 * So for example from looking at your form this is what I would try when editing
   the form in CF7 (there could be a better way but for now this may be a fix)
 * These are the first few elements of your form:
 * קבל עוד היום הצעה אטרקטיבית בכל תחום!
    <div class=”input-container”> שם מלא the
   text field
 * מספר טלפון
    the text field </div>
 * Wrap a div like the example above around these first few elements when editing
   your form in CF7 admin area, then save.
 * In your CSS Add:
    .input-container { width:80%; float:right;}
 * Give this a try, hopefully it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] change the size of the text box](https://wordpress.org/support/topic/change-the-size-of-the-text-box/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-the-size-of-the-text-box/#post-4482768)
 * You’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] change the size of the text box](https://wordpress.org/support/topic/change-the-size-of-the-text-box/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-the-size-of-the-text-box/#post-4482749)
 * If you are talking about increasing the width, you can add something like this
   to your css:
 *     ```
       .wpcf7-textarea{
       width:70%
       }
       ```
   
 * Your theme options most likely has an area to add custom css. You can put this
   code there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] change the size of the text box](https://wordpress.org/support/topic/change-the-size-of-the-text-box/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-the-size-of-the-text-box/#post-4482733)
 * You would need to change it in CSS.
 * Example please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482281)
 * You’re welcome! You can try reducing the 20px to a lesser value say 10 px or 
   adjust until it looks right to you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482264)
 * Sorry about that, I missed the .
 * It should read:
 *     ```
       .wpcf7-form p{
       margin: 0 0 20px 0;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Layout is too dense](https://wordpress.org/support/topic/layout-is-too-dense/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/layout-is-too-dense/#post-4482253)
 * You could possibly add something like this to your custom css (I use slim jetpack)
 *     ```
       wpcf7-form p{
       margin: 0 0 20px 0;
       }
       ```
   
 * [Looked like this when I did it](https://copy.com/mNDEfnrBL4SO)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slim Jetpack] Search Css Function Gone?](https://wordpress.org/support/topic/search-css-function-gone/)
 *  Thread Starter [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/search-css-function-gone/#post-4477470)
 * Thanks, could you please add the files suggested here:
    [Adding Search to Codemirror](http://codemirror.net/demo/search.html)
 * in the next update so that the search function is enabled again? Also could you
   re-add the function of error hinting? Like before, it suggested against the use
   of !important or if there was a 0px value it would say that the px is unnecessary
   for a 0 value etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Validation Errors don't disappear when trying to correct form field](https://wordpress.org/support/topic/validation-errors-dont-disappear-when-trying-to-correct-form-field/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/validation-errors-dont-disappear-when-trying-to-correct-form-field/#post-4460217)
 * Can definitely say its not a theme issue as I have tested multiple and they all
   do the same thing. In fact, I think the newer version of CF7 doesn’t have the
   mouseover ability anymore only previous versions. Its just text that appears 
   above a field in a div (in a vertical form) and that’s it. A little frustrating
   for me because now I can’t really require anything until a solution is found.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Bulk Categorisation](https://wordpress.org/support/topic/bulk-categorisation/)
 *  [futurecar](https://wordpress.org/support/users/futurecar/)
 * (@futurecar)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bulk-categorisation/#post-4306297)
 * Try Media Library Assistant. Has bulk image editing built in already. I think
   that the Enhanced Media Library is nice though in the sense of simplicity and
   certain functionality. It would be interesting to see how the premium features
   match up. Keep up the good work.

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/futurecar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/futurecar/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/futurecar/replies/page/2/?output_format=md)