• https://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

    (@ameeker)

    bump. still need some help.

    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

    (@ameeker)

    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.