Latest topics – title to take full horizontal space
-
Re: Website: allinop.comI have used the following css to modify the [bbp-topic-index]
.bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness { /* Hides elements related to voice count, reply count, and topic freshness */ display: none; } .avatar-14 { /* Hides avatars with the class "avatar-14" */ display: none !important; } .bbp-search-form { /* Hides the bbPress search form */ display: none; }
I have 2 issues:
Firstly, the topic titles do not take the entire horizontal space.
It is as if the hidden elements still occupy the space.
I have tried ‘hidden: none’ instead ‘display: none’ to no avail.Secondly, I’ve been trying to also remove the border around the list of latest topics.
I have unsuccessfully tried:
.bbp-topic { border: none; }
and
.bbp-topic { outline: none; }
I would be grateful for any ideas.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.