View Single Post
Old 02-18-2013, 10:26 PM   PM User | #1
ShaunHill
New to the CF scene

 
Join Date: Feb 2013
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
ShaunHill is an unknown quantity at this point
Inserting a divider

I want a divider between each post on my news page (http://www.shaunhillphotography.co.uk/news/), like the one on http://pexeto.com/acoustic_wp/contact/

I have a valid installation of this theme, but it just didn't cut it. So I have been working with an alternative theme. However, I miss the above described feature and would like it reintroduced using the alternative theme.

I expect I will need to make a modification to a php file, so that the theme automatically inserts this divider between each news article automatically, along with inserting

.double-line {
width: 100%;
height: 1px;
display: block;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #f5f5f5;
font-size: 1px;
}

into the custom CSS file.

Does anyone know how I would go about doing this?
ShaunHill is offline   Reply With Quote