Viewing 5 replies - 1 through 5 (of 5 total)
  • If you would like a solid grey bar separating the articles, add this line to the end of your style.css:

    .entry { padding-bottom: 10px; border-bottom: 10px solid #dddddd; }

    Thread Starter annikavonholdt

    (@annikavonholdt)

    Thank you ever so much :o)
    Would you also happen to know how to add some space between the posts?

    Thread Starter annikavonholdt

    (@annikavonholdt)

    Oh, nevermind, I found out ;o) Thank you for the help, worked out great ;o)

    You can add space with the margin-bottom rule:

    .entry {
       padding-bottom: 10px;
       border-bottom: 10px solid #dddddd;
       margin-bottom: 15px;
    }

    Adjust the numbers to get the desired effect.

    Thread Starter annikavonholdt

    (@annikavonholdt)

    Thank you so much. I appreciate it :o)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Messy Archive’ is closed to new replies.