nooriemad08 I was suggesting moving the username with CSS. You can see the avatar uses absolute positioning with a negative left position to achieve it.
You could also remove the absolute positioning of the avatar and instead move the whole PostUser element, then re-align the avatar, username and group via non-absolute CSS.