# Separating comments, topics and forums

**URL:** https://meta.discourse.org/t/separating-comments-topics-and-forums/33440
**Category:** Support
**Created:** [September 18, 2015, 1:45pm UTC](https://meta.discourse.org/t/separating-comments-topics-and-forums/33440 "2015-09-18T13:45:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RONIK56](https://avatars.discourse-cdn.com/v4/letter/r/f08c70/32.png) [@RONIK56](https://meta.discourse.org/u/RONIK56)
#### Post date: [September 18, 2015, 1:45pm UTC](https://meta.discourse.org/t/separating-comments-topics-and-forums/33440/1 "2015-09-18T13:45:53Z")

</div>

I want to create more separation between comments/topics/forums on my Discourse forum, here what it looks like right now-  
[Comments](https://gyazo.com/7140161ba5dfc1c39e1bfa31995eb2e9), [topics](https://gyazo.com/d76cff4ac27933ff742a70c57ffc53ce), [related topics](https://gyazo.com/969a16543205e01f120bec01e5ade801), [forums](https://gyazo.com/d503c45a8929296dbdd4110523c5f236).  
Any idea on how to make a more clear separation, how to thicken the border?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 18, 2015, 2:08pm UTC](https://meta.discourse.org/t/separating-comments-topics-and-forums/33440/2 "2015-09-18T14:08:44Z")

</div>

> [@RONIK56](#):
>
> how to thicken the border

Custom CSS can do this, for example:

```plaintext
#suggested-topics {
    border-top: 5px solid pink;
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [November 7, 2018, 10:55pm UTC](https://meta.discourse.org/t/separating-comments-topics-and-forums/33440/3 "2018-11-07T22:55:39Z")

</div>



---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [November 8, 2018, 6:10am UTC](https://meta.discourse.org/t/separating-comments-topics-and-forums/33440/4 "2018-11-08T06:10:19Z")

</div>


