Boone

Well-Known Member
How do I make the subforums appear below a forum as a list and not a dropdown?

Thanks.
 

Attachments

  • Screen shot 2015-08-27 at 3.51.39 PM.png
    Screen shot 2015-08-27 at 3.51.39 PM.png
    14.8 KB · Views: 19
fantastic!

Ok I have done this but not happy with the layout. Can we change this layout of subforums to make it easier on the eyes?

1. For example, long subforum titles, can we get wordwrap so the titles don't get cut off?

2. Can we lower the subforums a bit? It looks like that LATEST POST section is just too close.

3. Notice how the columns dont look centered. column 2 and 3 are way to the right.

wEZd3Ko.png
 
1.) extra.css:
Code:
.XenBase .node .subForumList li .nodeTitle { text-overflow: no; }

2.) extra.css:

Code:
.XenBase .node .subForumList { margin-top: 10px; }

3.) They actually are, it just appears that way due to the lengths. If you had short titles in the first column and long in the last it'd probably look the same.
 
I'd need to see it live to debug, currently closed to the public. If you want to submit a ticket with login details I can take a look.
 
On your: .smallNodeIcon CSS, increase the margin-right, currently set to 2px.

Then you can add this to your extra.css:

Code:
.XenBase .node .subForumList li .nodeTitle {
    font-size: 13px;
}
 
What the heck. I screwed something up. Accidentally renamed the smallNodeIcon and maybe extra CSS

i thought i was searching and i renamed them instead ...

now i got 3 columns :(

and my extra css is now gone :(
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back