-
Author
-
January 30, 2018 at 12:57 #187281CairyParticipant
Hi,
there is some strange layout bug in the activity stream. (screenshot). Didnt change anything in the code.
Regards,
Matthias
Attachments:
You must be logged in to view attached files.January 30, 2018 at 19:20 #187304Kieran_SQModeratorHi,
To fix the display of this feature please use the below CSS
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { display: inline-block !important; margin: -5px 5px -8px 2px !important; }
If you’d like to remove it please use the below CSS instead
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { display: none; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 30, 2018 at 19:25 #187305CairyParticipantThank you, first code works!
Second code doesnt do anything.Regards!
January 30, 2018 at 19:30 #187306Kieran_SQModeratorHi,
I double checked the second snippet and it is working as expected on your site via the console. You should only use one snippet or the other, you could add an !important statement to the second snippet to force the issue if you wished.
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { display: none !important; }
There is no need to use the above CSS if you prefer to have it displayed inline rather than hidden.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.