Brad P Well-known member Jun 11, 2015 #1 i have noticed many members on there member card displaying this white line boarder on the left and upper part of the avatar, is there a way of fixing ? Attachments Screenshot (70).webp 78 KB · Views: 37
i have noticed many members on there member card displaying this white line boarder on the left and upper part of the avatar, is there a way of fixing ?
Russ Well-known member Jun 11, 2015 #2 Your border is causing issues, extra.css should do the trick: Code: .memberCard .avatar img { border-width: 0; } Upvote 0 Downvote
Your border is causing issues, extra.css should do the trick: Code: .memberCard .avatar img { border-width: 0; }
Brad P Well-known member Jun 11, 2015 #3 !important; with this added it worked a treat Upvote 0 Downvote