# Locations Plugin 🌍

**URL:** https://meta.discourse.org/t/locations-plugin/69742
**Category:** Plugin
**Tags:** paid-support
**Created:** [September 10, 2017, 10:36am UTC](https://meta.discourse.org/t/locations-plugin/69742 "2017-09-10T10:36:41Z")
**Posts on this page:** 1
**Showing post:** 855

<div class="post-metadata">

### Author: ![Roi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roi/32/130587_2.png) [@Roi](https://meta.discourse.org/u/Roi)
#### Post date: [March 25, 2023, 10:21am UTC](https://meta.discourse.org/t/locations-plugin/69742/855 "2023-03-25T10:21:32Z")

</div>

> [@Richie](#):
>
> Any examples of exactly how to do this

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

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

```

I have a different approach, which you can see [here](https://www.sidemount-forum.com/latest). So I just alter the font size and added this to my theme CSS:

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

```

---

_[View the full topic](https://meta.discourse.org/t/locations-plugin/69742)._
