Feb 22, 2024 1:18 pm
Minor layout bug (edge case).
A couple forum users have long names such as "Elisabeth Ann Fraser-Andrews" and "Muhammad Javed Mohungoo".
In Forum Members view these names are cut off.
Removing the 70px height attribute of the .wpforo-member-bg div fixes this (but I don't know what other effect that may have).
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-bg { height: 70px (remove this line) }
1 Reply