New Landing How can we help? Themeforest Theme Support Uplift Twitter widget text breaking Reply To: Twitter widget text breaking

#331016
David Martin – Support
Moderator
Post count: 20834

Please add this to Theme Options => Custom CSS:

.twitter-widget .tweet-text {
    word-break: normal;
}

You can change the basic styles of the Tweet display, this would require knowledge of CSS and locating the correct classes. There are not options to do this as such though.

Thanks.