Claudio Well-known member Sep 9, 2014 #1 Hi, Can anybody tell me how to reduce child nodes width? I'd like to left it like where the red square is (below it you have how the child node looks like) Thanks!
Hi, Can anybody tell me how to reduce child nodes width? I'd like to left it like where the red square is (below it you have how the child node looks like) Thanks!
Shelley Well-known member Sep 9, 2014 #2 You could try pasting the following in the EXTRA.CSS template adjusting the width value to your preference. I haven't tested it but it should work. Code: .nodeList .level_2 .subForumList { width: 300px;} Upvote 0 Downvote
You could try pasting the following in the EXTRA.CSS template adjusting the width value to your preference. I haven't tested it but it should work. Code: .nodeList .level_2 .subForumList { width: 300px;}
Claudio Well-known member Sep 10, 2014 #3 Shelley said: You could try pasting the following in the EXTRA.CSS template adjusting the width value to your preference. I haven't tested it but it should work. Code: .nodeList .level_2 .subForumList { width: 300px;} Click to expand... Humm no, unfortunately it places the child nodes one below each other and not side by side Upvote 0 Downvote
Shelley said: You could try pasting the following in the EXTRA.CSS template adjusting the width value to your preference. I haven't tested it but it should work. Code: .nodeList .level_2 .subForumList { width: 300px;} Click to expand... Humm no, unfortunately it places the child nodes one below each other and not side by side