Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Uplift › Twitter widget text breaking › Reply To: Twitter widget text breaking
July 5, 2017 at 12:26 pm
#331016
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.