Shelley
Well-known member
Hope I explain this correctly but suggesting for a field to be added to Style Properties >> Forum / Node List where a user can specify a percentage value so the spacing of the subforumlist li width can be adjusted easily (it's easily adjusted via extra.css) but I think it would be nice to add to SP.
Probably best and I suggest adding it under Show sub-forums popup
I know we can do this via EXTRA.CSS but thought i'd throw this one out and suggest adding it to style properties. (liking the sub forum grid implementation alot btw) @Mike amazing work.
Edit: I made a separate sub forum suggestion but feel free to merge this in if it's deemed related.
Edit: Back again. Possibly add a container around the subforums (grid) style it rather though I suppose this is easy enough for users to do.
Probably best and I suggest adding it under Show sub-forums popup
I know we can do this via EXTRA.CSS but thought i'd throw this one out and suggest adding it to style properties. (liking the sub forum grid implementation alot btw) @Mike amazing work.
Code:
.node .subForumList li {
float: left;
margin: 2px 0 2px 2%;
width: 31%;
}
Edit: I made a separate sub forum suggestion but feel free to merge this in if it's deemed related.
Edit: Back again. Possibly add a container around the subforums (grid) style it rather though I suppose this is easy enough for users to do.
Last edited:
Upvote
2