Support » Plugins » [Plugin: WordPress Popular Posts] Styling question

  • Resolved pixelmad

    (@pixelmad)


    Is there a way to force a line-break to ensure that no mater how long or short the titles are the view count, etc info always appears beneath the post title?

    Cheers
    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yup, there is. Open wordpress-popular-posts/style/wpp.css and change this:

    /* Stats tag styles */
    .post-stats {
    	font-size:9px;
    	font-weight:bold;
    }

    …into this:

    /* Stats tag styles */
    .post-stats {
    	display:block;
    	font-size:9px;
    	font-weight:bold;
    }

    That should do it.

    Thread Starter pixelmad

    (@pixelmad)

    You’re a superstar Ikki, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Popular Posts] Styling question’ is closed to new replies.