== The button on the activity stream for “Joe Schmoe joined . . .” is obscured by buttons ==
@timetraveler As an online visitor, activity stream looks good for Joe joining a group. I will presume you mean the activity meta seen by logged-in users i.e., the Comment, Favorite and Delete buttons. If so, open up your theme’s stylesheet and add the following at the bottom.
`ul#activity-stream div.activity-meta {
clear: left;
margin-bottom: 15px;
}`
If that doesn’t work, create a throw-away username and password and post it here. You can delete that account after the issue has been resolved.
thanks @mercieme but didn’t work
username joeschmoe
password kokomo
thanks again
Justin
anyone able to help with this? @mercime.
Thanks in advance
Justin
@timetraveler – add the following at the bottom of your stylesheet.
`ul#activity-stream div.activity-meta {
clear: left;
margin-bottom: 15px;
position: static;
}
.activity-list li.mini .activity-content {
margin-right: 25px !important;
}`
Thank you @mercime! Worked perfectly . . .
Justin
You’re welcome @timetraveler – Marking this as resolved.