Hi, online profile's pictures are not in center position on mobiles for some reason. Can you help me, how can I fix it? At all pages, like All memebers site, friends list, pending friends etc.
simplyGD Could you share the URL of this page?
Sure https://flirzo.com/member/en/js-all-members/browse
Hi simplyGD, You can add the following CSS code to your site:
@media (max-width: 480px) { .joms-online a { width: fit-content; max-width: 100%; } }
It works. Thank you so much 🙂