Publish the description

It will show under the title if you set it in Style properties Node/foirum list.

Screenshot 2024-11-12 at 09.54.26.webp

On mobiles it is hidden so you can add this to extra.less

CSS:
@media (max-width: @xf-responsiveMedium)
{
    .node-description
    
    {
        display:initial
    }
}
 
Back
Top Bottom