pawsingleton
Member
Posted 2 years ago #
This should be a really quick fix, thanks so much for the help.
Looking to add a line in between posts. If you look at this page http://www.relationship-oneness.com/category/relationship-blogs/ You'll notice they seem to run together. So actually I'm trying to add an image as a line in between them to separate their appearance.
Thanks you again for any help.
-Tiger
The simplest way to achieve this would be to add a bottom border using CSS. Edit style.css (line 355)
.to_comments {
clear:both;
color:#999999;
font-family:Verdana,serif;
font-size:1.1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.81818em;
margin:0 0 1.81818em;
padding:0 10px;
}
Add border-bottom:1px solid #ccc;.
pawsingleton
Member
Posted 2 years ago #