I can't edit user profile in Easy Discuss for some reason. I have checked plugins and all activated, but just won't let me edit.
Hello Ric,
It seems like there are some css conflicts on the site. Can you try to apply the css codes below into your template's css file at /templates/multistyle/css/custom.css
[gist]
body #ed .ed-form-panel__ft::after {
clear: none;
}
[/gist]