Hello,
I found a problem with searching for users.
For example, if I search "Giovanni" finds 2 results that are the same.
- Mobile searc filters are disordered. I tried to reorder them by entering "float: left" so:
#es .es-search-filter {overflow: hidden;margin: 0 0 0 -1px; float: left;} looks a little better
Could it cause problems from other parts?