Skip to:
Content
Pages
Categories
Search
Top
Bottom

[bbp-topic-form] too wide when not logged in.

  • @reachingout

    Blocked

    The shortcode [bbp-topic-form] is a Form for “Create New Topic” when the user is logged in, and a Log-in-form (“You must be logged in to reply to this topic.”) when the user is not logged in.
    When someone is creating a new subject, it is good to have a wide space to write in, but when someone is logged out, the Log-in form is too wide.
    I think it is the same for [bbp-reply-form], for replying to already created topics (“You must be logged in to reply to this topic.”)

    Is there a solution to this problem?

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

    Moderator

    theme specific, bbpress just uses the width your theme gives it.

    @reachingout

    Blocked

    Thanks for your reply. Not sure how I can fix it though…

    @robin-w

    Moderator

    link to an example on your site please

    @reachingout

    Blocked

    So the bbp-reply-form and bbp-topic-form are waaay to wide for a Log-in-form, wheras a proper sized Log-in-form is to narrow for a writing/replying to topics:

    https://www.botasocialfobi.se/forum/

    @robin-w

    Moderator

    you could add this to your custom css

    .bbp-login-form {
    	width: 60% !important;
    }

    @reachingout

    Blocked

    Thank you so much – it works!

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