• Below the post title I have (like many others) the line that states the post category, the time it was posted, who wrote the post, etc. What I’m wondering is what line in the css controls the formatting of this. I want to get all the information that belongs to a particular post within a box but first I need to figure out how to format all the boxes equally.
    In addition to this, I have a box already around the title itself and have changed the background. I’m assuming once I get all three of these boxes formatted I’m going to have to change some sides of each box so that they appear to be all one box. hopefully I’m describing this in a way that makes sense. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • .meta
    and all statements that start with .meta
    That controls that line.

    Thread Starter danithew

    (@danithew)

    Podz, thanks. I’ve just about got my boxes right, though for some reason there is the tiniest space in the left border color #6c0303. I’m not sure what I’m doing differently from the right border that is creating those miniature little gaps.

    That tiny space is because the storytitle, the meta, and the post currently have separate borders and it is showing the join.. Defining a class of .post in the css and putting your border and maybe other styling on that will make it pixel perfect. Alternatively it maybe that the post and meta have an *invisible* top border which is occupying the 1px of height. Just a bit of fine tuning needed. Thats all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘below the post title …’ is closed to new replies.