Posted January 18, 20178 yr Hey, if it is possible to set the subcategories(Subforum) List view, not in a row. Is it possible to edit the CSS / HTML. I mean this, for example Edited January 18, 20178 yr by Riksa
January 24, 20178 yr .cForumList>li>ol>li>.ipsDataItem_main>ul>li {display:block} Add to custom.css Edited January 24, 20178 yr by TAMAN
January 24, 20178 yr Author Thank you for this. Is it possible to implement the list view of this, such as iMore forumhttp://forums.imore.com/?utm_medium=navbar&utm_campaign=navigation&utm_source=im Edited January 24, 20178 yr by Riksa
January 24, 20178 yr 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; } Edited January 24, 20178 yr by TAMAN
January 24, 20178 yr Author Thank you, Taman. Could that be in front to add an image as an icon is iMore
January 24, 20178 yr Author 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?
January 28, 20178 yr Author Hi, could someone help with this code? How do I get a picture in front of the text (font Awesome)?
January 28, 20178 yr .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"}; }
January 28, 20178 yr Author Thank you very much Hey thanks for the help One more question, can change the font page, now there are only a few Google fonts to choose from
Archived
This topic is now archived and is closed to further replies.