La description de la catégorie n'est pas affichée sur la version mobile

U can try add this code to css:

@media only screen and (max-width: 601px){
    .category-list.with-topics .category-list-item .category-description {
        display: table-row;
    }
}
2 « J'aime »