Notifications
Clear all

wpForo 1.x.x [Closed] Mycred rank icon size increase

6 Posts
2 Users
1 Likes
845 Views
Posts: 40
Topic starter
(@excalibur)
Trusted Member
Joined: 2 years ago

Hello,

You said the way to increase mycred badge size here: https://gvectors.com/forum/wpforo-mycred-integration/re-center-and-increase-size-of-badge/

But is there a way to increase mycred rank icon size?

Thank you

5 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @excalibur,

Please provide a screenshot of the rank icon.

Posts: 40
Topic starter
(@excalibur)
Trusted Member
Joined: 2 years ago

@chris It is attached. Thank you.

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@excalibur,

Changing the height size you can change the rank size:

#wpforo #wpforo-wrap .wpforo-mycred-rank-wrap img.mycred-rank{
    max-height: unset !important;
    max-width: 100% !important;
}

.wpforo-mycred-rank-wrap {
    height: 50px !important;
}
Posts: 40
Topic starter
(@excalibur)
Trusted Member
Joined: 2 years ago

@chris Thank you, it worked. Another question; Is there a way to change the position of badge and rank reciprocally? Namely, may rank is at the top and badge under it?

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@excalibur,

I'm sorry but you cannot make that kind of changes.