Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum replies are getting cut off

  • @jonny5ive7

    Participant

    Hey bbpress people. I am having a trouble with my forum. The replies look like they are getting cut off. The original is fine. Take a look for yourself. Here is the URL of an example thread. http://www.calledoutracing.com/forums/Topic/cadillac-ats-choices/ . Please help me fix this. I cannot change my theme as it would hav a huge impact on my site. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @robkk

    Moderator

    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

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

    @robkk

    Moderator

    @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

    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