Skip to:
Content
Pages
Categories
Search
Top
Bottom

New topic text box wider than mobile screen

  • @allyhouston

    Participant

    Hello,

    bbPress 2.6.9
    WordPress 6.3.1

    Screenshot of issue: https://imgur.com/a/DhxatVA

    The text box is wider than the mobile screen and it doesn’t look quite right.

    Very best,

    Ally.

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

    Moderator

    suspect something your theme is doing, as works fine on my test site.

    try

    .bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    	width: 80% !important;
    }

    or

    .bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    	width: 300px !important;
    }

    and play with the 80% or 300px – you can’t have both rules – they are just different ways of changing width.

    @allyhouston

    Participant

    Thanks but neither of those changed the width. I tried a variety of pixel and percentage options.

    @robin-w

    Moderator

    ok, not sure I can help further without a link to a live example under your theme.

    @allyhouston

    Participant

    Thanks, here is a link that should show it on mobile https://metpsy.com/forums/topic/welcome/.

    @robin-w

    Moderator

    you will need to open your site to anonymous posting to let me see the form

    dashboard>settings>forums>anonymous

    you can shut it down again afterwards

    @allyhouston

    Participant

    Done, thanks.

    @robin-w

    Moderator

    try

    #bbpress-forums p input {
    	width: 240px !important;
    }

    @allyhouston

    Participant

    Bravo, you’ve done it again! Thanks.

    @robin-w

    Moderator

    🙂

    @ibnat

    Participant

    I had the same issue here: https://bbpress.org/forums/topic/topic-create-text-area-off-the-screen-on-a-smartphone-in-forum-view/

    Thanks so much @robin-w

    I will mark my topic as solved and add a link to this one 🙂

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