Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26538

    Hi,

    How do you insert a horizontal ruler (line) between Posts?

    Thanks.

    Marshall

    #130774

    I did manage to find some code you’ve posted before but it doesn’t quite solve the problem. I’ve added the horizontal line and increased the padding between the line and the next Post by using …

    .template-blog .post-entry {

    padding-top: 30px;

    border-bottom: 2px solid #333;

    }

    … but how do you reduce the padding from the bottom of the Post to the line? Currently, there’s a padding of ~100 px and I would like to reduce it to a 50 px padding. Here’s a visual … http://www.todays40plus.com/category/travel/

    Thanks.

    Marshall

    #130775

    Also, while you have the Post in front of you, where did those first 4 entries in the Recent Posts widget on the side bar come from? And, how do you remove?

    Thanks.

    Marshall

    #130776

    Hi Marshall,

    You could actually just use:

    .template-blog .post_delimiter {
    border-bottom: 1px solid #333;
    }

    and adjust as needed.

    As for the numbered posts I’m not sure. There could have been an error with a post attachment or something like that. I’ve seen it one other time before but can’t quite recall what the issue was. If it doesn’t get cleared up try using a different widget for reset posts (lots of very light plugins that will give you the same thing with an added feature here and there.

    Regards,

    Devin

    #130777

    Perfect! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Horizontal Ruler / Line’ is closed to new replies.