Notifications
Clear all

[Closed] Profile Image Error when Sign in with Google

2 Posts
2 Users
0 Reactions
1,263 Views
Posts: 28
Topic starter
(@ashish)
Eminent Member
Joined: 6 years ago

Whenever any members Sign in with Google on our website his/her profile Picture gets larger than the default registered users. Kindly see this Image.. and Help us to solve this problem

We have mailed you Twice regarding this problem but did not get any reply.. 🙁

 

1 Reply
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi Ashish,

You can use this CSS code:

#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar {
width: 100% !important;
height: auto !important;
}