[Support request] Add A Line

Home Forums Support [Support request] Add A Line

Home Forums Support Add A Line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #705768
    Sumit

    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

    #705806
    David
    Staff
    Customer Support

    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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.