The @abdurhman is supposed to be to under the profile picture.
I suspect it has to do with the Right-to-Left language. I will try to replicate this on my dev server and get back to you soon.
Quick update:
I was wrong about the @abdurhman location. For the profile page, that is the correct position. It’s within the foum where it is under the profile picture.
I am not able to replicate the issue you’re experiencing.
It is displaying fine on my dev server:
I am looking at the source code on the link you provided to see if I can find where your site is breaking that layout. Possibly a theme issue, or custom CSS issue. I’ll update this topic if I find the source of your issue.
If you disable the extension, the problem disappears.
It appears activated.
Your issue is not a Style Pack issue. It is a combination of theme/template issues, and bad custom CSS applied in-line.
First, add these to the Custom CSS tab in Style Pack ( wp-admin/options-general.php?page=bbp-style-pack&tab=css ):
/* fix for profile page alignment */
#bbpress-forums .bbp-user-section {
clear: left !important;
}
body.rtl #bbpress-forums #bbp-user-body {
margin-top: 2px !important;
}Next, remove the inline style you have for .bbp-user-section in the profile template page. It should NOT have a top margin of -2000px. It should have no top-margin value at all.
If you are not able to remove the inline styling, then also add this to the Custom CSS tab in Style Pack:
.bbp-user-section {
margin-top: 0px !important;
}End result:
Marking as resolved, but feel free to ask questions if you still have issues.
thank you very much The problem has been resolved
I have another problem if you can help me?I asked in a forum and no one answered me
https://bbpress.org/forums/topic/problem-with-username/
