Skip to:
Content
Pages
Categories
Search
Top
Bottom

In mobile view the new topic text area is too narrow

  • @ajmcastro

    Participant

    Hi,

    I’m using wordpress version 5.3–pt_PT and BBPress 2.6.1.

    When i create a new topic, in a mobile, the text appears only on the right side of the creator identity. That makes that each line is very short and the text is extended in a lot of lines. The text does not occupy the area below. Please see in this link:

    Que carro comprar

    I would be really grateful for some help to solve this as mobile users are each time more.

    Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @robin-w

    Moderator

    this is related to your theme

    you could put this in your theme custom css area

    @media only screen and (max-width: 600px) {
    .bbp-topic-content p{
    margin : 0 0 0 0 ;
    line-height : 1.2 ;
    }
    }

    @ajmcastro

    Participant

    Thank’s for the quick answer!!

    @robin-w

    Moderator

    no problem

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