Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Rotating Tweets sets all tweets to the width of the widest tweet for formatting purposes.

    It appears that the word

    NordicTranslationConference,

    has made one of the tweets wider than the box and all the others have been adjusted to suit.

    The way your template works, the tweets then gets cut off for overspilling the edge of the container.

    Not entirely sure what to do about this!

    It may be possible to have the javascript look for the width of the container as well as the width of all the tweets when deciding how wide to make all the boxes, but I’m not sure.

    My current priority is making sure Rotating Tweets keeps working when Twitter switch off the current version of their API in March – but I’ll see what I can do after that.

    Plugin Author Martin Tod

    (@mpntod)

    I may have a solution.

    What happens if you put

    p.rtw_main {
         word-wrap: break-word;
    }

    into a css/your-style.css file? I will try this myself and may add it to the main code!

    Plugin Author Martin Tod

    (@mpntod)

    Now sorted. The Javascript has been updated to solve the problem.

    If you download the latest version of the plug-in it should solve the problem. Please let me know if it doesn’t.

    Thread Starter Trine Garrett

    (@trinegarrett)

    Great, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rotating Tweets widget cut off’ is closed to new replies.