@ajtruckle
It’s displaying the forum icon in the middle/center. On Forums with short descriptions or on large screens, the alignment looks fine. On forums with long descriptions or devices with small widths, the alignment looks off.
I’ll go back through the past 4 plugin releases and see if an “align: top” got removed or an “align: center” got added somewhere along the way. It’ll be patched in an upcoming release.
In the meantime, this custom CSS will align both the unread and the forum icon to the “top” regardless of screen width or forum description:
/* temporary CSS for forum icon alignment */
li.bbp-forum-info .bsp_thumbnail {
align-items: flex-start;
}
@robin-w – hold off on releasing v5.3.0 until I add this fix to it. ??
-
This reply was modified 2 years, 1 month ago by
codejp3. Reason: added @mention
-
This reply was modified 2 years, 1 month ago by
codejp3. Reason: added @mention note to plugin author