Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi C2013

    There are a few custom CSS options that you can add to your theme. There’s a load of examples inside the twitter-widget-pro/readme.txt file but I’ve posted these below to save you having to locate the file.

    .widget_twitter div {
    padding:0;
    }

    .widget_twitter ul li {
    margin-bottom:5px;
    }

    .widget_twitter .follow-button,
    .widget_twitter .xavisys-link {
    margin:0 10px 10px 25px;
    }

    .widget_twitter .entry-meta {
    display:block;
    font-size:80%;
    }

    .widget_twitter .intent-meta a {
    background: url(images/everything-spritev2.png); /** from Twitter ressources */
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    }
    .widget_twitter .intent-meta a.in-reply-to {
    background-position: 0 center;
    }
    .widget_twitter .intent-meta a:hover.in-reply-to {
    background-position: -16px center;
    }
    .widget_twitter .intent-meta a.favorite {
    background-position: -32px center;
    }
    .widget_twitter .intent-meta a:hover.favorite {
    background-position: -48px center;
    }
    .widget_twitter .intent-meta a.retweet {
    background-position: -80px center;
    }
    .widget_twitter .intent-meta a:hover.retweet {
    background-position: -96px center;
    }

    HTH

    Thread Starter C2013

    (@c2013)

    Hi,

    this is great thank you but may I ask where exactly in the code above do you change the paragraphing between the tweets, the bottom of the tweet and the follow link?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Paragraphing’ is closed to new replies.