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
the site is
www.ecv56condor.com.ar
Thank you
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
the site is
www.ecv56condor.com.ar
Thank you
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;
}
Thanks, I'm going to try, could you inform me what would be the recommended size? thanks again