To insert code use <code>...</code>.
Twitter Widget - Random line returns ...
  • Hi,

    When using the 'Symplex Twitter Widget' I have noticed that random line returns get entered breaking up the overall flow of the entries.

    The issue appears to occur whenever a @ or # is used (which is in most posts) in that a line returned is entered before and after the @ #word.

    Please see the attached screenshot.

    Advanced thanks for your helpw ith this.
    TwitterIssue.jpg
    292 x 315 - 24K
  • 2 Comments sorted by
  • Sorry for this style bug, we will fixed it in next version.

    You can add the code below to 'Custom CSS' module in 'Symplex->Custom' option page to fixed it temporarily:

    #sidebar .widget_twitter .tweet_list a{
    display:inline;
    }
  • Many thanks as always : )