Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Mini avatar display padding issue

$
0
0

I am currently experiencing a padding issue with mini avatar icon displays. For example, on the last post author among other things:

[IMG]https://i.imgur.com/YYBQoHX.png[/IMG]

I am using a custom avatar plugin and it seems users with blank avatars don’t have this padding issue. I have checked CSS and can’t seem to find where to mess with this padding or anything that seems to work.

I am also using this code in my loop-single-forum file to display the topic title under the last post time

<?php do_action( 'bbp_theme_before_topic_author' ); ?>

			<div class="bbp-forum-last-topic-name"><a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title(); ?>"><?php bbp_forum_last_topic_title(); ?></a></div>
<?php do_action( 'bbp_theme_before_topic_author' ); ?>
<span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span>

			<?php do_action( 'bbp_theme_after_topic_author' ); ?>

My site:

http://the-divine.net/forum


Viewing all articles
Browse latest Browse all 3638

Trending Articles