• Resolved xatanael

    (@xatanael)


    Hello,

    I set BBPress font size to 15 instead of 12 with BBP Style Pack.

    But now, the display on smartphone is not optimal. The columns “topics” and “posts” overlap each others.

    Is there a way to remove one of them?

    Thanks! 😉

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Robin W

    (@robin-w)

    put this in the custom css tab of my plugin

    @media only screen and (max-width: 600px) {
    	li.bbp-forum-topic-count {
    		display : none ;
    	}
    	
    	li.bbp-forum-reply-count {
    		display : none ;
    	}
    }

    you can leave one or other in if you wish

Viewing 1 replies (of 1 total)

The topic ‘Smartphone’ is closed to new replies.