• Hi all,

    Can anyone tell me which line in the stylesheet css edits the space between te title of my posts and the date it was posted?

    I think I deleted it, because now the space between those 2 is the same as the standard paragraph-space in the posts…. 🙁

    Thnx,
    Wim

Viewing 1 replies (of 1 total)
  • The title of your posts is an h2 tag.

    So if you want a quick solution to put more space between the bottom of the post title and whatever follows it change your stylesheet and edit the following section

    h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 20px ;
    }

    the new line is the padding-bottom: 20px ;

Viewing 1 replies (of 1 total)
  • The topic ‘space between title – date’ is closed to new replies.