Can someone help with this issue?
Please note this is not the issue, this is designed to work in this way.
Please put the following code in the active theme functions.php file, to change the badge position:
jQuery(document).ready(function ($) {
$.each($(".wpforo-mycred-badges-wrap"), function () {
$(this).insertBefore($(this).parents(".wpf-left").find(".wpf-author-nicename"));
});
});
Don't forget to delete all caches and press CTRL+ f5(twice) on the frontend before checking.