Jump to content

Featured Replies

Posted

In IC5 is there a way to hide the subforums displayed under a category (such as shown in the photos). I use the grid layout and on the desktop view, if one category has a lot and the ones in the same row have none it makes the layout very uneven.

IMG_6961.jpeg

Solved by sound

Go to solution
  • Community Expert

Not out of the box a.f.a.i.k. That will require custom coding.

  • Community Expert

Could be possible with CSS, but I would need to see a site with sub-forums to investigate it.

  • Community Expert
  • Solution

the below works for my grid forum index page - may work for you

.ipsData--forum-grid li.ipsData__item.ipsData__item--forum .ipsSubList__item{display: none;}
  • Author
37 minutes ago, sound said:

the below works for my grid forum index page - may work for you

.ipsData--forum-grid li.ipsData__item.ipsData__item--forum .ipsSubList__item{display: none;}

That worked! Thank you so much!

Recently Browsing 0

  • No registered users viewing this page.