• Resolved Danishsard

    (@danishsard)


    Hello, I see that there is no mobile support for the reply form on the forum with style pack. In teleoach it does not adjust to the screen size. When I turn off the bbstyle pack it is good but when I turn it on it does not adapt to the size of the phone screen

    Can you advise something?

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

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

    (@robin-w)

    it is because the font-size is 15px.

    to amend this for mobiles add this to the custom css tab of my plugin

    @media only screen and (max-width: 600px) {
    #bbpress-forums input[type="text"] {
    	font-size: 12px;
    	
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Appearance in phones problem with hint form – not responsive’ is closed to new replies.