Title: Twitter Widget Customization
Last modified: August 21, 2016

---

# Twitter Widget Customization

 *  Resolved [WRoland](https://wordpress.org/support/users/wroland/)
 * (@wroland)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-widget-customization/)
 * Your twitter widget’s cleanly look and functionality are exactly what I’m looking
   for. The only problem I’m having is that it’s width is limited and actually shrinks
   my widget box instead of conforming to the constraints I’ve set. For now I’m 
   looking to fill 900px.
 * I went into your plugin and changed any width parameters I came across in the
   twitter file and nothing happened so I changed the values back. Since I’m not
   a true coder I’m at a loss and need some help. Is there any way to easily to 
   get the results I’m looking for?
 * [http://wordpress.org/extend/plugins/mtphr-widgets/](http://wordpress.org/extend/plugins/mtphr-widgets/)

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

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-widget-customization/#post-3726590)
 * Please provide a link for me to check out. Thanks!
 *  Thread Starter [WRoland](https://wordpress.org/support/users/wroland/)
 * (@wroland)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-widget-customization/#post-3726649)
 * After inspecting the elements for a few hours I found that I needed to add
 * width: 920px;
 * to the widget wrapper in my style sheet
 * full code for those who have a similar problem.
 *     ```
       .widget-wrapper {
       	-webkit-border-radius: 4px;
           -moz-border-radius: 4px;
       	background-color: #ffffff;
       	border: 1px solid #e5e5e5;
       	border-radius: 4px;
       	margin: 0 0 20px;
       	padding: 20px;
       	width: 920px;
       }
       ```
   
 * thanks for the quick response

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

The topic ‘Twitter Widget Customization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mtphr-widgets.svg)
 * [Metaphor Widgets](https://wordpress.org/plugins/mtphr-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mtphr-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mtphr-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/mtphr-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mtphr-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mtphr-widgets/reviews/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [twitter](https://wordpress.org/support/topic-tag/twitter/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 2 replies
 * 2 participants
 * Last reply from: [WRoland](https://wordpress.org/support/users/wroland/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-widget-customization/#post-3726649)
 * Status: resolved