Site logo

Archived topic

Add A Line

1 reply · Started by Sumit on October 20, 2018

Viewing posts 1–2 of 2

thank you.

Can you please tell me how I can add this line on my blog, both on homepage as well as blog posts.

http://prntscr.com/l86n7z

Thank you.

Example site: jonloomer.com

Hi there,

try this CSS:

.entry-header::after {
    border-bottom: 1px solid #333;
    content: "";
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 30px;
    width: 25%;
}
This archived topic is closed to new replies.