Jump to content

Article Tags in Blog View are not inline


TomH

Recommended Posts

In the new version of the iReview template tags display fine when viewing the full article but not in blog view. In blog view the tags are displayed on top of each other with no margin.  As a temp fix I added:

.tags > li {
    display: inline;
    margin-right: 5px;
}
Edited by TomH
Link to comment
×
×
  • Create New...