Patronus New member Mar 12, 2025 #1 can I somehow make a description and tags under the node name here? (cloud version)
P Paul B XenForo moderator Staff member Mar 12, 2025 #2 In style properties for Node/forum list. Upvote 0 Downvote
Patronus New member Mar 12, 2025 #3 Great! Thanks, that's what I needed. But on the mobile version from the phone these descriptions are not displayed (If you turn the phone horizontally, the description appears) . Can I somehow add this to the vertical mobile version? Paul B said: In style properties for Node/forum list. View attachment 320100 Click to expand... Last edited: Mar 12, 2025 Upvote 0 Downvote
Great! Thanks, that's what I needed. But on the mobile version from the phone these descriptions are not displayed (If you turn the phone horizontally, the description appears) . Can I somehow add this to the vertical mobile version? Paul B said: In style properties for Node/forum list. View attachment 320100 Click to expand...
P Paul B XenForo moderator Staff member Mar 12, 2025 #4 Add this to the extra.less template: Less: @media (max-width: @xf-responsiveMedium) { .node-description { display: block; } } Upvote 0 Downvote
Add this to the extra.less template: Less: @media (max-width: @xf-responsiveMedium) { .node-description { display: block; } }