Notifications
Clear all

Issue with badge Alignment Under profile

3 Posts
2 Users
0 Likes
1,325 Views
Posts: 6
Customer
Topic starter
(@fer912)
Member
Joined: 5 years ago
good morning, I would like to know if you can help me, I have a problem with the badges, they are superimposed on the forum but they look good in the members.
I leave some pictures 
i 2
i 1
the site is
www.ecv56condor.com.ar

Thank you


2 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @fer912,

As far as your badges images are larger than usual they are, I'd suggest you align them vertically not horizontally. 

Below is the CSS code that allows you to locate the badges vertically on the topic pages. Please add it in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches and check again.

Please don't forget to press Ctrl+F5 before checking to reload the updated CSS file.   

#wpforo-wrap .wpforo-post .wpforo-mycred-badges-wrap .mycred-users-badges .the-badge {
max-width: 100%;
}

.wpforo-post .row.mycred-users-badges .col-xs-12 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
Reply
Posts: 6
Customer
Topic starter
(@fer912)
Member
Joined: 5 years ago

Thanks, I'm going to try, could you inform me what would be the recommended size? thanks again

Reply
Share:
Scroll to top