This topic has 1 reply, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #188790
     boniu
    Participant

    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;
    1. }

    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,
    Piotrek

     

    Attachments:
    You must be logged in to view attached files.
    #188811
     Kieran_SQ
    Moderator

    Hi 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 solution

    If 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.
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?