How To Split Long Category List Menu

Hi All,

I have the follow question:

I'm using categories_text_links.tpl for my category list. All elements are directly visible.

Unfortunately, in the source code everything is processed in one long list and the subcategories are not opened in a new ul. See screenshot how it must be.

Does anyone have a solution?

Code categories_tekst_links.tpl:

{** block-description:text_links **}

{if $items}

{/if}

Did you figure out what you needed?

I think the text links block is supposed to display this way. You can use css to split the results into columns if you need to, but probably if the list is long one of the other link displays would be better.

Please specify how would you like to split the items?