[buddypress-trac] [BuddyPress Trac] #290: Site Wide Activity - Icon Overlapps if on blog-sidebar
buddypress-trac
noreply at wordpress.org
Thu Mar 21 22:46:26 UTC 2024
#290: Site Wide Activity - Icon Overlapps if on blog-sidebar
--------------------------+---------------------
Reporter: belogical | Owner: (none)
Type: defect (bug) | Status: closed
Priority: minor | Milestone:
Component: (not sure) | Version:
Severity: trivial | Resolution: fixed
Keywords: |
--------------------------+---------------------
Changes (by chriswaker00):
* component: => (not sure)
* severity: => trivial
Comment:
Hey! It seemed it has fixed but if you are still facing the issue then you
can fix by yourself. To address the issue of the icon overlapping the text
in the "Site Wide Activity" widget when added to the blog sidebar in
BuddyPress, you can use custom CSS to adjust the styling. Here's a sample
CSS code that you can add to your theme's custom CSS or in the Additional
CSS section within the WordPress
{{{
Customizer:
/* Adjust the layout of the "Site Wide Activity" widget in the blog
sidebar */
.widget_bp_activity_widget .activity-content {
display: flex;
align-items: center;
}
.widget_bp_activity_widget .activity-content img {
margin-right: 10px; /* Adjust the margin as needed */
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/290#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list