avatarcy
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Great, working just fine. Thank you.
It works if the user is locked in. What about when you are not logged in and you are just viewing the profile page of a user. I want in this situation to get the name and mobile number of this user. Can I do this or you have to login in to get them?
Fixed for mobile view, in um-responsive.css also changed the width from 100% to inherit.
div.uimob800 .um-account-meta img {
width: inherit;
}In um-account.css I have inserted the line width:inherit; and it fixed it for account page in desktop view but the problem exist for mobile view.
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
width: inherit;
}
Viewing 4 replies - 1 through 4 (of 4 total)