-
AuthorPosts
-
May 9, 2018 at 10:38 pm #954178
Hi, how can I fix the alignment issues I have on the profile page of the bbpress members?
May 10, 2018 at 12:14 pm #954492Hey DROR,
Do I need to login as the user? I don’t see the same screen, Please see screenshot in Private Content area.Best regards,
MikeMay 10, 2018 at 12:34 pm #954503Yes, you should login so you can see it.
May 10, 2018 at 4:21 pm #954643Hi DROR,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#bbpress-forums #bbp-user-body { margin-right: 0 !important; } #bbpress-forums #bbp-single-user-details { margin-left: 20px; }
Hope this helps.
Best regards,
NikkoMay 12, 2018 at 2:46 pm #955751Thanks Nikko, still have some issues to fix as seen in the screenshot.
How can I make the edit menu to be full width and move the field names to the right?
May 12, 2018 at 5:05 pm #955792Hi,
Try this code in the General Styling > Quick CSS field:#top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-your-profile fieldset label[for] { text-align: right !important; } #top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-single-user-details { float: left !important; width: 100% !important; margin-left: 0px !important; }
Best regards,
MikeMay 12, 2018 at 6:49 pm #955814Awesome! Last thing, how can I right align the edit menu options?
May 12, 2018 at 6:59 pm #955815Hi,
Try:#top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation { float: right !important; margin-right: 0px !important; }
Best regards,
MikeMay 12, 2018 at 7:13 pm #955819Thanks Mike! I have a couple more issues on this page, see the attached screenshot.
May 13, 2018 at 8:16 pm #956118Hi,
I believe that the reason the button is not working is because the input box above is hidden, and without a input there is no action for the button to take:
I don’t know a lot about this plugin and it’s settings, I recommend asking at the plugin’s forum to find out more.
The “User Forum Signature” is in the same h2.entry-title element as the other titles on the page, I’m not sure why it’s not translating for you.Best regards,
MikeMay 15, 2018 at 4:55 pm #957091Thanks Mike, how can I make the forum menu full width on the user page? The same way it shows on the edit profile page?
May 16, 2018 at 1:42 am #957252Hi,
Try:#bbp-user-wrapper #bbp-single-user-details { width: 100% !important; float:right !important; } #bbp-user-body { float:right !important; }
Best regards,
MikeMay 16, 2018 at 11:16 am #957445That didn’t work.
May 17, 2018 at 6:39 am #957934Hi DROR,
Can you try adding this css code as well:
#bbpress-forums #bbp-user-wrapper { width: 100%; }
Hope it helps :)
Best regards,
NikkoMay 17, 2018 at 12:29 pm #958121This reply has been marked as private.May 17, 2018 at 2:13 pm #958162Hi bakbek,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#bbp-single-user-details #bbp-user-avatar { float: right; margin: 0 0 0 10px; } #bbp-single-user-details #bbp-user-navigation { float: right; }
Hope it helps :)
Best regards,
NikkoMay 17, 2018 at 2:57 pm #958197Thanks!
May 17, 2018 at 3:13 pm #958211Hi bakbek,
Glad we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘alignment issues on forum profile pages’ is closed to new replies.