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

    (@mpntod)

    You can do this via changing styles in your template stylesheet or in rotatingtweets.css in wp-content/uploads.

    If the problem is the gap between descriptor and tweet, try:

    p.rtw_main {
       padding-top: 12px;
    }

    If the problem is at the top of the tweets, try:

    div.rotatingtweets {
       padding-top: 12px;
    }

    Thread Starter James

    (@jpcutler85)

    Thank you for your prompt reply. The first code worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase height between title and content’ is closed to new replies.