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

    (@mpntod)

    You need to remove or over-write the following CSS in the /rotatingtweets/css/style.css:

    /* This sets the style for tweets in articles or posts */
    #content .rotatingtweets,
    #content .norotatingtweets  {
    	border-top: 1px solid #DDD;
    	border-bottom: 1px solid #DDD;
    	margin-bottom: 3%;
    }

    One way to do this would be to add the following to /wp-uploads/rotatingtweets.css:

    #content .rotatingtweets,
    #content .norotatingtweets  {
    	border-top: none;
    	border-bottom: none;
    }

    Thread Starter alex@ps122.org

    (@alexps122org)

    Thanks! Fastest reply ever.

    Plugin Author Martin Tod

    (@mpntod)

    No worries. Hope it works for you.

    That should be /wp-content/uploads/rotatingtweets.css by the way! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of horizontal lines’ is closed to new replies.