Hi guys, i have a problem with setting the subforums in two colums on my custom theme. I've search in the .css for the solution but can't figure this out.
The thing is that when i add in the custom.css styles to make them appear in two colums i get a large gap under the "unread" subforums but these not affect all the unread subforums.
The same thing happens on Default theme of ips. Anyone can help how to get rid of it?
Oh, and forgot to say that i've not changed any html templates of forums.
.ipsDataItem_subList{ overflow: hidden; }
html[dir="ltr"] .ipsApp .ipsDataItem_subList,
html[dir="rtl"] .ipsApp .ipsDataItem_subList{
background: none;
line-height: 150%;
padding-left: 0;
padding-right: 0;
padding-bottom: 4px;
}
.ipsDataItem_subList li{
float: left;
width: calc(100% / 2 - 5px);
}
html[dir="rtl"].ipsDataItem_subList li{ float: right; }
.ipsDataItem_subList li a:after{ display: none; }
html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; }