Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar / bbp-author-link misalignment


  • cbreezy
    Participant

    @cbreezy

    I am customizing my bbPress installation and I have encountered an issue where there are two rectangles to the left and under-neath a user’s avatar on a post that appear to be misaligned. When I inspect element they appear to be bbp-reply-author or bbp-author-link, I can’t find where to edit this in css or in the bbpress functions. Does anyone know where I can look to fix this?

    My theme is a modified version of Seedlet and I am using the latest bbPress and WordPress versions.

    Here is a screen grab highlighting the issue:

    View post on imgur.com

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

  • cbreezy
    Participant

    @cbreezy

    This issue does not appear to happen for all users who create posts, unclear why this may be. Does not appear to be related to user name length.


    cbreezy
    Participant

    @cbreezy

    Took awhile but I fixed it by adding this code to the bbpress.css file in my child theme:

    #bbpress-forums div.bbp-reply-author a.bbp-author-link {
    padding: 0 0;
    }


    Robin W
    Moderator

    @robin-w

    Thanks for posting your solution

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