XF 1.2 Sub-forum styling issue

HenrikHansen

Well-known member
I have chosen to have sub-forums shown in columns and also have this in extra.css

HTML:
.nodeStats
{
display: none;
}
Result is that sub-forums in colliding with latest post info.

I had it working in 1.1 when I the sub-forums grid manually inserted, but chosen in 1.2 to use default code for this, but it seems I need some extra css code now to move sub-forums a bit below, so sub-forums is not colliding with latest post info block. Can anyone help?


subcolumns.webp
 
I have chosen to have sub-forums shown in columns and also have this in extra.css

HTML:
.nodeStats
{
display: none;
}
Result is that sub-forums in colliding with latest post info.

I had it working in 1.1 when I the sub-forums grid manually inserted, but chosen in 1.2 to use default code for this, but it seems I need some extra css code now to move sub-forums a bit below, so sub-forums is not colliding with latest post info block. Can anyone help?


View attachment 51657

You probably have some conflicting css because I've not had or seen this issue. You would be best providing a link to your forum so the person who is helping can debug the issue.
 
Top Bottom