Homepage Block 9 – separate line between posts

Posted in: Newspaper
Post count: 53

Hi

on my homepage http://www.alexiptoto.com/ i use the block 9 for the latest post.
I try to add a horizontal line to separate the posts between them with this code on custom css:

.td_mod8 {
border-bottom: 1px solid #7d7d7d;

The problem is that it looks like this
http://www.alexiptoto.com/wp-content/uploads/2014/09/o-512×483.jpg

and I would like it to look like this

http://www.alexiptoto.com/wp-content/uploads/2014/09/o1-512×483.jpg

Please help me! I know it is easy but I cant solve it right now…

Post count: 6600

Hi,

Use the css like this:

.td_mod8 {
border-bottom: 1px solid #7d7d7d;
padding-bottom: 30px;
}

Should do it like this: http://screencast.com/t/vHy2rs0tp

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.