-
Author
-
February 15, 2018 at 18:04 #188790boniuParticipant
Hello,
I have problem with displaying avatars on activity feed (see attached). I can see that code in the buddypress.css file:
#buddypress .activity-list .activity-content .activity-header img.avatar {float: none !important;- }
After changing it to the ‘float: left !important;’ in the developer console it looks much better (see 2nd attachment). However, when pasting the code to the customizer it doesn’t look fine either (see 3rd attachment). I am not sure about my Purchase Code, but my install is registered for URL provided in the desired section.
Appreciate any help in resolving this small issue.
Thanks,
PiotrekAttachments:
You must be logged in to view attached files.February 15, 2018 at 20:46 #188811Kieran_SQModeratorHi Piotrek,
I logged into your site and replaced your CSS (below)
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { float: left !important; }
With the below CSS to fix the appearance
COPY CODE#buddypress .activity-list .activity-content .activity-header img.avatar { display: inline-block !important; margin: -5px 5px -8px 2px !important; }
Let me know if this works for you, please clear any caches to see the changes.
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.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.