javakhir Well-known member Aug 17, 2024 #1 Node/forum list > Sub-forums display style: > Listed below node is that possible to align subforums icons? Attachments subforums.webp 45.7 KB · Views: 24 Upvote 0
Node/forum list > Sub-forums display style: > Listed below node is that possible to align subforums icons?
O Old Nick Well-known member Aug 17, 2024 #2 Try this in your extra.less template, maybe this code still works... Less: .node-subNodeFlatList { >li { display: inline-block; margin-right: 0; float: left; width: 30%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } }
Try this in your extra.less template, maybe this code still works... Less: .node-subNodeFlatList { >li { display: inline-block; margin-right: 0; float: left; width: 30%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } }
javakhir Well-known member Aug 17, 2024 #4 Code: .node-subNodeFlatList { >li { display: table-cell; margin-right: 0; float: left; width: 12%; padding: 8px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } } I have add padding, for now is good
Code: .node-subNodeFlatList { >li { display: table-cell; margin-right: 0; float: left; width: 12%; padding: 8px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } } I have add padding, for now is good
javakhir Well-known member Aug 21, 2024 #5 Less: .node-subNodeFlatList { >li { display: table-cell; margin-right: 0; float: left; width: 30%; padding: 3px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } } this does not cuts the subforum titles
Less: .node-subNodeFlatList { >li { display: table-cell; margin-right: 0; float: left; width: 30%; padding: 3px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } } this does not cuts the subforum titles