Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBpres isnt really responssive with my theme


  • akira010203
    Participant

    @akira010203

    Hi, I got a problem while using a phone with a 980px screen.

    Here is what I want :

    Here is What I get :

    Do someone know how to go to align it or go to the line on the second screenshot please ?

    Thanks!

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

  • akira010203
    Participant

    @akira010203

    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;
    			}
    }

    Robin W
    Moderator

    @robin-w

    great – glad you are fixed

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