Jump to content

Subcategories List view CSS/HTML


Riksa

Recommended Posts

17 minutes ago, TAMAN said:

Remove the other CSS and use this


.cForumList>li>ol>li>.ipsDataItem_main>ul{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px; 
	column-gap: 40px;
}

 

Which of these abolished and Is this the right spot?

 

forums-css.png

Link to comment
Share on other sites

.cForumList>li>ol>li>.ipsDataItem_main>ul>li.ipsDataItem_unread .ipsItemStatus.ipsItemStatus_tiny i:before {
    content: "\f086";
    font-size: 14px;
}
.cForumList>li>ol>li>.ipsDataItem_main>ul>li:not(.ipsDataItem_unread):before {
	content: "\f086";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 14px;
    color: {hextorgb="item_status" opacity="0.50"};
}

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...