Title: [Plugin: EasySMS] Resize Input Forms
Last modified: August 19, 2016

---

# [Plugin: EasySMS] Resize Input Forms

 *  [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * (@zowieguy)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/)
 * I cannot find where to resize the forms on the sidebar widget. Any help??

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Brian Fegter](https://wordpress.org/support/users/misternifty/)
 * (@misternifty)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954251)
 * You can resize the form via the Style sub-tab on the admin menu. Let me know 
   if you need anything else. Thanks!
 * Brian
 *  Thread Starter [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * (@zowieguy)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954263)
 * Thanks, But I have been messing with the CSS file and cannot seem to find where
   the form size is. I have tried several thing but cannot get it right. I assume
   this is the code to alter?
 * .easysms_widget {
    width:100%; padding:1px; text-align:left; padding-top:1px;
   padding-bottom:1px; }
 * any help would be appriciated…
    Thanks’ _Bradley
 *  [Brian Fegter](https://wordpress.org/support/users/misternifty/)
 * (@misternifty)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954269)
 * Try adding this line:
 *     ```
       .easysms_widget input{
           width:80%;
       }
       ```
   
 * OR for the dropdown add this:
 *     ```
       .easysms_widget select{
           width:80%;
       }
       ```
   
 * Let me know if this works.
 * BF
 *  Thread Starter [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * (@zowieguy)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954271)
 * Thanks – But that just sizes form labels on the sidebar.
 * Had other issues too. Keep getting error message.
    I will mess with it later…
   Thanks for the help tho’
 * _Bradley
 *  [Brian Fegter](https://wordpress.org/support/users/misternifty/)
 * (@misternifty)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954296)
 * I just released 2.0.6 and it should take care of the AJAX issues. Also, if you
   want to control the form itself use this. I misunderstood what you wanted.
 *     ```
       form.easysms {
         text-align:left;
       }
       ```
   
 * Let me know if this helps!
 * BF
 *  Thread Starter [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * (@zowieguy)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954302)
 * Thanks for the Update – is working now.. But I can not rezize the Form still..
 * I tried this:
 *     ```
       form.easysms {
         text-align:left; size="10";
       }
       ```
   
 * Doesnt work… Please advise.
    Thanks’ _Bradley
 *  [Brian Fegter](https://wordpress.org/support/users/misternifty/)
 * (@misternifty)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954303)
 * Bradley
 * Wrong CSS syntax
 *     ```
       form.easysms {
         text-align:left;
         width: 90%;
       }
       ```
   
 * OR
 *     ```
       form.easysms {
         text-align:left;
         width: 110px;
       }
       ```
   
 *  Thread Starter [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * (@zowieguy)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954309)
 * Thanks – all fixed!!
    What a great plugin.. I was using the other SMS plugin 
   and yours blows that one outta the water. Mad Props’
 * Thanks again’
    _Bradley [http://www.concretestreet.net](http://www.concretestreet.net)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: EasySMS] Resize Input Forms’ is closed to new replies.

 * 8 replies
 * 2 participants
 * Last reply from: [zowieguy](https://wordpress.org/support/users/zowieguy/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-easysms-resize-input-forms/#post-954309)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
