Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: BBpres isnt really responssive with my theme

$
0
0

I dit the trick with some CSS improvments :

width: 100px;
padding: 2px;

@media(max-width:580px) {
div#bbpress-forums {
overflow: visible !important;
}
	#bbpress-forums span.bbp-admin-links a,
			#bbpress-forums span.bbp-admin-links 
			{
				width: 100px;
				padding: 2px;
				color: grey;
			}
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles