# Air Theme

**URL:** <https://meta.discourse.org/t/air-theme/197703>\
**Category:** Theme\
**Tags:** air-theme\
**Created:** [July 20, 2021, 8:24pm UTC](https://meta.discourse.org/t/air-theme/197703 "2021-07-20T20:24:30Z")\
**Posts on this page:** 1\
**Showing post:** 541

<div class="post-metadata">

**Author:** ![Liseré](https://avatars.discourse-cdn.com/v4/letter/l/ecae2f/32.png) [@Liseré](https://meta.discourse.org/u/Liser%C3%A9)\
**Post date:** [October 5, 2024, 10:13am UTC](https://meta.discourse.org/t/air-theme/197703/541 "2024-10-05T10:13:12Z")

</div>

I tried some CSS with ChatGPT and Claude for example:

.category-box-heading,  
.category-box-heading a,  
.category-box-heading h3 {  
max-width: 100%;  
width: 100%;  
display: block;  
word-break: break-word;  
overflow-wrap: break-word;  
white-space: normal !important;  
overflow: visible !important;  
text-overflow: clip !important;  
line-height: 1.4;  
padding: 5px 0;  
}

.parent-box-link {  
display: block;  
width: 100%;  
}

@media screen and (max-width: 767px) {  
.category-box-heading h3 {  
font-size: 16px; /\* Ajustez cette valeur selon vos besoins \*/  
}  
}

But it’s not working .

Is there a way to force the desktop view on mobile? It will be perfect to have description and subcategories.

Thanks!

---

_[View the full topic](https://meta.discourse.org/t/air-theme/197703)._
