• Hi, does anyone know how to add space/padding between my Twitter handle and the tweet itself? At the moment it’s just one run-on word. Which setting do I need to change?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    You need to use custom css added to the News Tickers > Settings page (or anywhere else you can add custom css). Here are some examples to use for the handle, avatar, content and date:

    .mtphr-dnt-twitter-avatar {
      margin-right: 5px;
    }
    .mtphr-dnt-twitter-name {
      font-weight: bold;
      margin-right: 10px;
    }
    .mtphr-dnt-twitter-text {
      margin-right: 10px;
    }
    .mtphr-dnt-twitter-time {
      font-style: italic;
      font-size: .9em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to add space after Twitter handle’ is closed to new replies.