XF 1.4 Reduce child nodes width?

Claudio

Well-known member
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)
upload_2014-9-9_11-53-35.webp

Thanks!
 
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;}
 
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;}
Humm no, unfortunately it places the child nodes one below each other and not side by side
 
Top Bottom