Viewing 6 replies - 1 through 6 (of 6 total)
  • If what you want is a separator between posts, modify the style.css entry for .hentry at line 531 by adding a border and padding:

    .hentry {
    border-top:2px solid purple;
    margin:0 0 48px;
    padding-top:10px;
    }
    Thread Starter rkbsham

    (@rkbsham)

    its not the posts that i want to seperate is the case studies on the case study page that i kind of want to seperate seeing as there are 3 case studies on there!

    It looks as if the case studies are all one post. If that is the case, you can use a horizontal rule tag to separate them:

    <hr class="case-separator" />

    Then style the case-separator class in style.css, if necessary.

    Thread Starter rkbsham

    (@rkbsham)

    cheers vtxyzzy, that has worked a treat and was exactly what i was after.

    You are welcome! Now, please use the dropdown at top right to mark this topic ‘Resolved’.

    Thread Starter rkbsham

    (@rkbsham)

    sorry im on it like sonic

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘insert a line to break up text’ is closed to new replies.