Tema Aéreo

Tentei alguns CSS com ChatGPT e Claude, por exemplo:

.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; /* Ajuste este valor conforme necessário */
}
}

Mas não está funcionando.

Existe alguma maneira de forçar a visualização desktop no celular? Seria perfeito ter a descrição e as subcategorias.

Obrigado!