Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide column with users that posted threads?


  • 65Erik65
    Participant

    @65erik65

    How can I remove the whole column to the right in this image:

    How to remove this

    I could hide the text with CSS, but the column still take up space.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robin W
    Moderator

    @robin-w

    having hidden it, you can amend the width of the other columns

    eg

    li.bbp-forum-freshness, li.bbp-topic-freshness {
    	display: none;
    }
    
    li.bbp-forum-info, li.bbp-topic-title {
    	width: 65%;
    }
    
    li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
    	width: 15%;
    }

    65Erik65
    Participant

    @65erik65

    Fantastic! That did the job. Thank you! 🙂


    Robin W
    Moderator

    @robin-w

    Great – glad you are fixed

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar