Viewing 1 replies (of 1 total)
  • Thread Starter project_subdomain

    (@project_subdomain)

    Solved with

    /*Fix for cut off reply-form on smaller mobiles*/
    @media screen and (max-width:430px){
    		#bbpress-forums fieldset.bbp-form input{
    width:100%!important;
    }
    }

    in bbpress.css

Viewing 1 replies (of 1 total)
  • The topic ‘Unresponsive new topic/reply-form’ is closed to new replies.