Forum breadcrumbs – You are here:Asgaros Support ForumSupportIndenting sub forums
Please or Register to create posts and topics.

Indenting sub forums

Is there an option to display sub forums indented below each other instead of concatenating them sequentially?

Uploaded files:
  • 2018-01-16_15-01-32.png

Hello,

there is no nice way to do it at the moment but you can try it with the following code (add it to your themes style.css file):

#af-wrapper small.forum-subforums a {
    display: block;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!