Littlegolden robinodds @media (min-width: 768px){ .IndexPage li.item-discussion-views { margin-right: -70px; width: 55px; } }
Littlegolden DursunCan I Updated the css code above just now. Please check it, I think this time will fix the issue.
DursunCan Littlegolden Can you send the css code? Is this the code? .item-discussion-views { margin-right: -61px; }
Littlegolden DursunCan The 6th posts from this post to the above posts, there is the new css code. If it works, please let me know~
fakruzaruret DursunCan Exactly true. MichaelBelgium is it possible for next releases? I think hiding views numbers option from non-member users is effective and neccessary. This data is valuable. Everyone should not see. I hope it will come at next release 😃
MichaelBelgium fakruzaruret Yes its definitely possible, ill probably plan it together with the request of DursunCan Would appreciate if both requests were in a github issue
fakruzaruret tolgaaaltas I know. He offered hide discussions for everyone but this is not good for me. Everyone must see all discussions. I have asked that will the feature I mentioned come at next releases. He said not possible for now. So I am wondering for future possiblity.
amanijoseph87 Alshain I don't know how to contact you but can you share the style theme you have in your forum please if you don't mind.
yannis hello,bro. here is a bug If the title is too long, that will be split, I have to use hide code h3.DiscussionListItem-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
Littlegolden BUG Just found a bug, in the sidebar discussion list, discussion views will be blocked, showing only a little bit, maybe you should put the <div> of discussion views after the discussion count <span>.
huuduy216 I am seeing this on mobile. Any fix? Is it because of my css styling? https://photos.app.goo.gl/QCzrmqEHn4RRD76H6
DursunCan /*MOBILE*/ @media (max-width: 767px) { .DiscussionListItem-count { background: transparent !important; } .item-discussion-views { background: transparent !important; } } the part in the picture looked bad on mobile view. It has improved a little more with the above css codes. can you do better?