• Hey there. My last dumb question for a while i promise.

    https://www.thematadormusic.com/home

    I’d somehow like for there to automatically be a horizontal rule (as in the type that would appear when you do the <hr> tag in html, between each blog post.

    Is there someway i can achieve this?

    Thanks ??

Viewing 1 replies (of 1 total)
  • Try adding a border width to:

    .hentry, .no-results {
        border-bottom: 0 solid #333333;
        margin: 0 0 1.625em;
        padding: 0 0 1.625em;
        position: relative;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Twenty Eleven] Horizontal Rule between posts?’ is closed to new replies.