Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of your theme, find:

    /**********************************************************************
      Posts
    **********************************************************************/
    <hr />
    .post
    {
      clear:both;
      margin:0px 0px 10px 0px;
      padding:10px 10px 14px 10px;
    }

    remove the invalid <hr /> from the styles (html is not allowed in a stylesheet) and add something like this instead:

    #content .post
    {
      border-bottom: 1px solid #a11313;
    }
    Thread Starter kellyjmat

    (@kellyjmat)

    OMG!!! You are awesome!!! Thank you SO much!! I’ve worked for hours trying to figure this out!

    Have a great day!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Painter] Adding a divider line between posts’ is closed to new replies.