Title: [Plugin: WordPress Popular Posts] Styling question
Last modified: August 19, 2016

---

# [Plugin: WordPress Popular Posts] Styling question

 *  Resolved [pixelmad](https://wordpress.org/support/users/pixelmad/)
 * (@pixelmad)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-styling-question/)
 * 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)

 *  [Héctor Cabrera](https://wordpress.org/support/users/ikki24/)
 * (@ikki24)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-styling-question/#post-1584397)
 * 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](https://wordpress.org/support/users/pixelmad/)
 * (@pixelmad)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-styling-question/#post-1584478)
 * 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.

 * 2 replies
 * 2 participants
 * Last reply from: [pixelmad](https://wordpress.org/support/users/pixelmad/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-styling-question/#post-1584478)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
