Viewing 1 replies (of 1 total)
  • Plugin Author Aaron D. Campbell

    (@aaroncampbell)

    You have some padding that’s causing the tweet content from the tweet below to cover the intent links of the one above. This will fix that:

    .widget_twitter .entry-content {
    	padding: 0;
    }

    To add more space between each tweet try this:

    .widget_twitter li {
    	margin-bottom: 1em;
    }

    And to add a little space between the intent links try this:

    .widget_twitter .intent-meta a {
    	margin-right: .5em;
    }
    .widget_twitter .intent-meta a:last-child {
    	margin-right: 0;
    }

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Twitter Widget Pro] Display weirdness’ is closed to new replies.