Adding a separator between posts/articles


Author Message
Peter

Posted: 5/13/2015
Quote message 

Was looking for a solution to adding a separator between posts/articles and thought I would share this quick fix. This is specifically for Wordpress but I don't imagine it would be much different for other platform exports.

In custom CSS simply add the following:

.art-postfootericons {
border-bottom-style: dotted;
border-bottom-width: 2px;
border-bottom-color: #5aa1e3;
padding-bottom: 10px;
}

This will add a 2px high blue dotted separator between each post/article. Simple.