Hi
When viewing Discourse on mobile (and with the mobile view enabled) the category description isn’t shown. I have changed the CSS so that is displays using the below rule:
.category-description {
display: table-row !important;
}
However, the description appears below the category logo. Is there any way you can reposition the description so that it sits to the right of the icon? I’m aiming to move it from where it currently is (red box) to the blue box in this screenshot:
Thanks