• Resolved thewisdompearls

    (@thewisdompearls)


    Hi

    I would like to add a divider line to clearly differentiate between each blog post on the home page.

    How can I add such a divider line?

Viewing 1 replies (of 1 total)
  • Thread Starter thewisdompearls

    (@thewisdompearls)

    Never mind.
    Got it figured out.

    .site-content article {
    border-bottom: 20px double #999999;
    margin-bottom: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a divider line between blog post summaries on home page?’ is closed to new replies.