Hello on my website: sociallysuperlative.com you can see that on the twitter widget the text goes outside of the widget. does anyone know how to fix this? does anyone kow how to alter the widget so the text always stays inside the widget? Thank you
Hello on my website: sociallysuperlative.com you can see that on the twitter widget the text goes outside of the widget. does anyone know how to fix this? does anyone kow how to alter the widget so the text always stays inside the widget? Thank you
you could try to add this to the end of style.css:
.aktt_tweets li {
max-width: 150px;
word-wrap: break-word;
}This topic has been closed to new replies.