Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum replies are getting cut off

Viewing 4 replies - 1 through 4 (of 4 total)

  • Robkk
    Moderator

    @robkk

    bbPress is inheriting some CSS from your theme that is suppose to be for the WordPress comments.

    try this custom CSS to fix the issue

    #bbpress-forums .reply {
      margin: 0px;
    }

    Jonny5ive7
    Participant

    @jonny5ive7

    Does this go into the theme style.css the bbpress.ccs style? And do I just copy and paste said code?


    Robkk
    Moderator

    @robkk

    @jonny5ive7

    either one is okay as long as you put the bbpress.css file in a folder called css in your child theme , and the style.css from your theme is a child theme.


    Jonny5ive7
    Participant

    @jonny5ive7

    Awesome thanks. Looks and works great!!

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