separate categories

Looking at the DFX style aren't the categories separated? I just checked and they are separated to me.

Did you mean you want the forums appeared separated ?
 
You've mentioned the DFX style so I assumed when you mentioned the separation of categories I am assuming you are referring to this. That said, the DFX style has separate categories. Now you've mentioned the default style, I'm assuming you mean the xenforo default style? Which style are you referring to? the xenforo default or DFX which actually has category separation?

Don't worry about your english, we will get there. :)
 
He mentioned the XF default style and the fact that in the DXF style, the categories are hooked together like in the default style.
He is wanted each category and it's forums to be separated into their own block, just like each block on the sidebar is separate.
 
Hello, is it a separte i'm like lear make:

cap3.webp

This is a separate of defauld template:

cap4.webp

If change os colour of found, don't separate category because is all white, in this case, of change.

Sorry for my ingles
 
Add this to EXTRA.css

.nodeList .node.level_1 {
border: 1px solid @primaryLighter;
border-radius: 10px;
}

That should get you started, adjust the CSS to suit.
 
In your EXTRA.css... add

Code:
.nodeList .category
{
  margin-bottom: 10px;
}

Or any other styling declarations you want for each category.
 
Top Bottom