[Resolved] straight line between posts in blog post list view

Home Forums Support [Resolved] straight line between posts in blog post list view

Home Forums Support straight line between posts in blog post list view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2002504
    Halil

    Hi,
    How can I draw a straight line between posts in blog posts view? At the end of each post, I’d like to see slightly visible greyish line.

    #2002580
    David
    Staff
    Customer Support

    Hi there,

    if you want the border to be the same width as the post content then you require this CSS:

    body:not(.single):not(.page) .post footer.entry-meta {
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    #2002591
    Halil

    brilliant and very fast response! huge thanks David.

    #2002595
    David
    Staff
    Customer Support

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.