the last visitors do not appear in the center, how can I make it display correctly?
https://image.ibb.co/kYr3rm/2018_01_16_18h57_59.jpg
thank you very much, you do an excellent job!
Hi,
Like Ravi Said, Please point to the site with a temporary account. It will most probably need a css update(1-2 lines).Regards
Brajeshyes, I am sorry
this is a my site: https://www.mocasoft.ro/
https://www.mocasoft.ro/membri/mihai/Hi,
No problem.Can you please provide me a temporary login(Please use the Private reply option for sharing the login details).
Thank you
BrajeshThank you.
Here is the problem. You have a line in the css
#buddypress #item-header img.avatar { float:left; }
This is causing the problem.
Solution:-
We override the float property for the recent visitors avatars.
#buddypress #item-header .recent-visitors img.avatar { float:none; }
That will fix it.
Hope that helps.
Regards
Brajeshit works!
but how can i make the space between avatars disappear?
and ..and they are not in the center 🙂
https://image.ibb.co/j4pSK6/2018_01_17_13h32_11.pngPlease update the above css and set the margin right to zero as shown below.
#buddypress #item-header .recent-visitors img.avatar { float:none; margin-right: 0; }
Hopefully that should do it.
Regards
Brajesh
You must be logged in to reply to this topic.