Title: Post meta data
Last modified: August 19, 2016

---

# Post meta data

 *  [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * (@ameeker)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/post-meta-data/)
 * [http://southernohiocrimestoppers.com/](http://southernohiocrimestoppers.com/)
 * Using the latest Mystique theme.
 * The post meta data on the first few posts is out of line – it should be included
   after the date, on the grey graphic. Several posts on the blog pages display 
   correctly and on other posts, it’s not. I can’t see what’s wrong.
 * Thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * (@ameeker)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/post-meta-data/#post-1254848)
 * bump. still need some help.
 *  [mtw28](https://wordpress.org/support/users/mtw28/)
 * (@mtw28)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/post-meta-data/#post-1254853)
 * That’s happening when there isn’t enough space for the text to fit on one line.
   Either the browser window is too small or the text is displayed too big. Since
   the grey graphic is a fixed size, you’ll have to shrink the text to make it fit
   better.
 * To make the text smaller edit style.css in your theme and change:
 *     ```
       .post-info{
       background:transparent url(images/info-bar.png) no-repeat right top;
       height:42px;
       margin-left:11px;
       font-style:italic;
       color:#bbb;
       }
       ```
   
 * to
 *     ```
       .post-info{
       background:transparent url(images/info-bar.png) no-repeat right top;
       height:42px;
       margin-left:11px;
       font-style:italic;
       color:#bbb;
       font-size: 12px;
       }
       ```
   
 * That will give the text more space and help it fit on one line over the grey 
   graphic.
 *  Thread Starter [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * (@ameeker)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/post-meta-data/#post-1254908)
 * mtw28,
 * Thanks for the reply – I tried that and it didn’t work. It moved the post text
   closer to the grey bar, but didn’t move the post meta data back inside the grey
   bar.
 * Angie

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post meta data’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/post-meta-data/#post-1254908)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
