Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing columns and adjusting widths


  • volican
    Participant

    @volican

    When I use bbpress I notice that on the mobile it is all squished up. To solve this I have removed the freshness column and adjusted the spacing of the info, topic and posts columns. This works on the forums page but when I click on one of the forums the freshness column is removed but the spacing seems to be the same. Can you see what I have done wrong with my css?

    li.bbp-forum-freshness, li.bbp-forum-freshness {
    	display: none;
    }
    
    li.bbp-forum-freshness, li.bbp-topic-freshness {
    	display: none;
    }
    
    li.bbp-forum-info, li.bbp-topic-title { width:50%; }
    
    li.bbp-forum-topic-count, li.bbp-forum-topic-count {
    	text-align: center;
    	width: 30%;
    }
    li.bbp-forum-reply-count, li.bbp-forum-reply-count {
    	text-align: center;
    	width: 20%;
    }
    
    ////// This is the bit that isn't playing nice
    
    li.bbp-forum-info, li.bbp-topic-title { width:50%; }
    
    li.bbp-forum-topic-count, li.bbp-topic-topic-count {
    	text-align: center;
    	width: 30%;
    }
    li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    	text-align: center;
    	width: 20%;
    }

    Many thanks 🙂

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