Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Martin Tod

    (@mpntod)

    In theory, you can style div.rotatingtweets in CSS. Something like:

    div.rotatingtweets {
        border:2px solid black;
    }

    Thread Starter drksecret

    (@drksecret)

    Awesome, that worked great.
    I also added padding since the text is right up to the border but padding does not seem to work in this case, at least not for the border on the left and the top.

    div.rotatingtweets {
    border: 1px solid gray;
    padding: 10px;
    }
    This is my site: https://dev.caprillicoaching.nl/wordpress/

    Plugin Author Martin Tod

    (@mpntod)

    Try adding the padding to the tweet itself.

    div.rotatingtweet {
        padding-left: 10px;
        padding-right: 10px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border around box?’ is closed to new replies.