Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Riksa Posted January 18, 2017 Posted January 18, 2017 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
Riksa Posted January 24, 2017 Author Posted January 24, 2017 Hi, could someone help with this. I would be really grateful
TAMAN Posted January 24, 2017 Posted January 24, 2017 .cForumList>li>ol>li>.ipsDataItem_main>ul>li {display:block} Add to custom.css
Riksa Posted January 24, 2017 Author Posted January 24, 2017 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
TAMAN Posted January 24, 2017 Posted January 24, 2017 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; }
Riksa Posted January 24, 2017 Author Posted January 24, 2017 Thank you, Taman. Could that be in front to add an image as an icon is iMore
Riksa Posted January 24, 2017 Author Posted January 24, 2017 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?
Riksa Posted January 28, 2017 Author Posted January 28, 2017 Hi, could someone help with this code? How do I get a picture in front of the text (font Awesome)?
TAMAN Posted January 28, 2017 Posted January 28, 2017 .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"}; }
Riksa Posted January 28, 2017 Author Posted January 28, 2017 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.