Skip to:
Content
Pages
Categories
Search
Top
Bottom

Margin issue with avatar icons in bbPress widget area


  • Rosa Parker
    Participant

    @rosa-bosma

    This is my website: http://ecoperate.com, WordPress version is 4.0.1 and bbPress version is 2.5.4.

    I noticed that the little avatar icons displayed in bbPress widget areas (e.g. to show recent posts or comments) don’t have any margin on the right and appear as though they stick to the text. In my case, this is a footer widget that displays the latest topic. I would like to add margin-right, but the problem is that the avatar icons in the actual forum area fall under the same CSS selector and appear to have enough margin already (they also have a border). So, when I add margin-right, it affects not only the widget icons. How can I do that, though? Is there a way to separate them, so that the icons in the forum area remain the same?

    Many thanks in advance,

    Rosa

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

  • Robin W
    Moderator

    @robin-w

    Can’t see any widget area in your forum, can you post a link/url to a page showing the issue.

    Thanks


    Robkk
    Moderator

    @robkk

    see if this custom CSS can help

    .widget_display_topics .avatar {
    float:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar