This topic has 3 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #187281
     Cairy
    Participant

    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.
    #187304
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #187305
     Cairy
    Participant

    Thank you, first code works!
    Second code doesnt do anything.

    Regards!

    #187306
     Kieran_SQ
    Moderator

    Hi,

    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 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.

Viewing 4 posts - 1 through 4 (of 4 total)

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

Log in with your credentials

Forgot your details?