Title: Widget control
Last modified: February 16, 2018

---

# Widget control

 *  Resolved [graphichome](https://wordpress.org/support/users/graphichome/)
 * (@graphichome)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/widget-control-3/)
 * Hi. Love the plugin!!
    Have a few questions regarding the widget appearance for
   the Site Reviews plugin. 1. Is there a way to increase the width of the input
   boxes? You can see that they show up very short and cuts off the verbiage contained
   within the cell.
 * 2. Is there a way to change the verbiage within the cell prior to a user entering
   their own data. ie: in the Title of your review, the box reads Summarize your
   review. Can this be changed to just the word Summary?
 * Thank you for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidget-control-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/widget-control-3/#post-9982628)
 * 1. Site Reviews does not try to impose its own style on your theme. It uses the
   CSS from your theme to style the submission form. If your form input boxes are
   cut short it means that your theme is not providing complete CSS for your forms.
 * You can easily fix this by adding custom CSS to your site. If your current theme
   does not allow you to add custom CSS, you can use a plugin to do so such as [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/):
 *     ```
       .glsr-field textarea {
           height: auto;
       }
       .glsr-field input,
       .glsr-field textarea {
           width: 100%;
       }
       ```
   
 * 2. To change any text in the plugin, use the Translations page in the Site Reviews
   settings.
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/widget-control-3/#post-10021373)
 * I haven’t heard back from you in a week so I’m assuming this issue was resolved.

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

The topic ‘Widget control’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/widget-control-3/#post-10021373)
 * Status: resolved