Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor whiletrue

    (@whiletrue)

    Hi Julie,
    it depends on where you want to apply the border.

    To start, you can add to your template style.css file a rule like this:
    .really_simple_twitter_widget { border: 1px solid gray; }

    This applies to the complete feed content, except the title; probably more style is required, like adding margin or padding.

    If you want to add border to individual tweets try this:
    .really_simple_twitter_widget li { border: 1px solid gray; }

    If you want the border to include the widget title, try something like this:
    .widget_reallysimpletwitterwidget { border: 1px solid gray; }

    Thread Starter jjj123

    (@jjj123)

    Thank you so much – worked a treat ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add border to Twitter Feed’ is closed to new replies.