# Swap sides: category and latest list on homepage

**URL:** <https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791>\
**Category:** Support\
**Created:** [April 9, 2022, 12:59pm UTC](https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791 "2022-04-09T12:59:39Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)\
**Post date:** [April 9, 2022, 12:59pm UTC](https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791/1 "2022-04-09T12:59:40Z")

</div>

Is it simple to swap the sides of the category and the latest columns on a Discourse homepage? See screenshot.

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/7/7/3778cef046ad5eff5f745eb8ecf71500720195c7.png)

By moving “latest” to the left, it should then also show up first on mobile. (instead of having to scroll past the category list)

I’m not able to find any thread or plugin with this. Any tips or links?

Thanks

---

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [April 9, 2022, 2:43pm UTC](https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791/2 "2022-04-09T14:43:55Z")

</div>

Try customizing your theme with this CSS:

```scss
.categories-and-latest div.column.categories,
.categories-and-top div.column.categories {
    margin-left: 2em;
    margin-right: 0 !important;
    order: 1;
}

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/3/b/c3b3cdf41eb2979547e4a360c67e42af3ebf198b.png)

---

<div class="post-metadata">

**Author:** ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)\
**Post date:** [April 9, 2022, 7:19pm UTC](https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791/3 "2022-04-09T19:19:14Z")

</div>

Marking this solved because it does accomplish the swap of sides. Thanks. 🙏

However,

> [@haydenjames](#):
>
> it should then also show up first on mobile

…since the change, “latest” does not show anywhere on mobile anymore. Is that the expected behavior?

I was expecting **latest** first, followed by **category** afterward.

---

<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:** [May 9, 2022, 7:19pm UTC](https://meta.discourse.org/t/swap-sides-category-and-latest-list-on-homepage/223791/4 "2022-05-09T19:19:40Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
