Title: Formatting Error
Last modified: August 20, 2016

---

# Formatting Error

 *  Resolved [cjuon](https://wordpress.org/support/users/cjuon/)
 * (@cjuon)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/)
 * Whether I have icons on or off, part of the Twitter Text is being cut off at 
   the beginning of each tweet. I’m new to WordPress development, so detailed explanations
   of how to fix would be much appreciated!
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/twitter-widget-pro/](http://wordpress.org/extend/plugins/twitter-widget-pro/)

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

 *  Plugin Author [Aaron D. Campbell](https://wordpress.org/support/users/aaroncampbell/)
 * (@aaroncampbell)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/#post-3443237)
 * I haven’t seen that happen. Do you have a link to a site that it’s happening 
   on?
 *  Thread Starter [cjuon](https://wordpress.org/support/users/cjuon/)
 * (@cjuon)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/#post-3443253)
 * Hi – Thanks for your help! I reactivated the plugin temporarily so you could 
   take a look: [http://beyondstartup.wpengine.com](http://beyondstartup.wpengine.com).
   It’s in the bottom-right corner.
 *  Plugin Author [Aaron D. Campbell](https://wordpress.org/support/users/aaroncampbell/)
 * (@aaroncampbell)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/#post-3443254)
 * Looks like it’s a conflict with some pretty generic rules in your theme that 
   apply to .entry-content. Adding these rules to your theme’s CSS file will help:
 *     ```
       .widget_twitter .entry-content {
       	background: none;
       	padding: 0;
       }
       .widget_twitter ul li {
       	padding-bottom: 1em;
       }
       ```
   
 *  Thread Starter [cjuon](https://wordpress.org/support/users/cjuon/)
 * (@cjuon)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/#post-3443258)
 * Thant fixed it – thanks!

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

The topic ‘Formatting Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twitter-widget-pro_eaeae4.svg)
 * [Twitter Widget Pro](https://wordpress.org/plugins/twitter-widget-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twitter-widget-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twitter-widget-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/twitter-widget-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twitter-widget-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twitter-widget-pro/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [cjuon](https://wordpress.org/support/users/cjuon/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/formatting-error-1/#post-3443258)
 * Status: resolved