Locations Plugin

That is pretty simple. Just add this to your theme CSS:

.topic-list-item span.location-after-title {
    display: block;
}

I have a different approach, which you can see here. So I just alter the font size and added this to my theme CSS:

.topic-list-item span.location-after-title {
    font-size: .7em;
}
5 Likes