Title: Adjusting width in post
Last modified: August 21, 2016

---

# Adjusting width in post

 *  Resolved [Zalle78](https://wordpress.org/support/users/zalle78/)
 * (@zalle78)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/adjusting-width-in-post/)
 * Hi!
 * Maybe a newbie question, but still: Is there an easy way to adjust the width 
   of the widget inserted into posts? My avatar is just slightly off the width, 
   and I’d like to reduce the witdh with a few pixels – see [http://teamskhandinavia.com/](http://teamskhandinavia.com/)
 * Thanks, and thanks for an awesome plugin!
 * [http://wordpress.org/extend/plugins/juiz-last-tweet-widget/](http://wordpress.org/extend/plugins/juiz-last-tweet-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Geoffrey](https://wordpress.org/support/users/creativejuiz/)
 * (@creativejuiz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adjusting-width-in-post/#post-3849764)
 * Hi,
 * Your theme is using “overflow: hidden” in CSS.
    It’s applied in .content element
   in your markup.
 * To solve this issue, try by adding this code in the last line of your style.css
   theme file :
 *     ```
       .content {
          overflow: visible !important;
       }
       ```
   
 * Good luck 😉

Viewing 1 replies (of 1 total)

The topic ‘Adjusting width in post’ is closed to new replies.

 * ![](https://ps.w.org/juiz-last-tweet-widget/assets/icon-256x256.png?rev=999498)
 * [Juiz Last Tweet Widget](https://wordpress.org/plugins/juiz-last-tweet-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/juiz-last-tweet-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/juiz-last-tweet-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/juiz-last-tweet-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/juiz-last-tweet-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/juiz-last-tweet-widget/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Geoffrey](https://wordpress.org/support/users/creativejuiz/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/adjusting-width-in-post/#post-3849764)
 * Status: resolved