Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Started by” weird line break and restyling topics


  • kleypie
    Participant

    @kleypie

    Hello. I just recently installed a bbpress forum and I cant figure out why on my topic index, it says “started by” then a line break and user avatar, another line break, and then username.

    Forum

    Also I would love to have my topics look more like this if possible. I know it would take some PHP work. Does anybody know how to accomplish this without a whole new theme?
    screenshot

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

  • Robkk
    Moderator

    @robkk

    I do not see the issue on your site currently.

    I do see these weird avatar image placement though.

    Add this CSS to fix that issue.

    #bbpress-forums p.bbp-topic-meta img.avatar {
      display: inline !important;
    }

    kleypie
    Participant

    @kleypie

    Thank you very much Robkk!! That worked! I could not figure that one out. Thanks again!


    Robkk
    Moderator

    @robkk

    no problem

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