# Mobile view homepage guide

**URL:** https://meta.discourse.org/t/mobile-view-homepage-guide/282904
**Category:** Development
**Created:** [October 20, 2023, 2:21pm UTC](https://meta.discourse.org/t/mobile-view-homepage-guide/282904 "2023-10-20T14:21:55Z")
**Posts on this page:** 1
**Showing post:** 6

<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: [October 20, 2023, 4:26pm UTC](https://meta.discourse.org/t/mobile-view-homepage-guide/282904/6 "2023-10-20T16:26:23Z")

</div>

You can have a look at this:

> [@Category Dropdown in Mobile View](https://meta.discourse.org/t/category-dropdown-in-mobile-view/123344/15):
>
> I took a shot today at making it always visible and this seems to be working for me with no side effect that I could notice: api.modifyClass("component:bread-crumbs", { pluginId: "never-hidden-bread-crumbs", hidden: false }); hidden is originally: @discourseComputed("category") hidden(category) { return this.site.mobileView && !category; }, I preferred to [make it hidden](https://github.com/renato/discourse-mobile-breadcrumbs/blob/main/javascripts/discourse/initializers/mobile-breadcrumbs-init.js) on the categories page only.

---

_[View the full topic](https://meta.discourse.org/t/mobile-view-homepage-guide/282904)._
