1👍
First of all, you are right in that certain screens are not mobile friendly. I’ll add it to the backlog to fix it in upcoming releases so the FIWARE Lab instance is more mobile friendly.
Secondly, if you want to modify the screens in your own instance you will have to edit the templates of the corresponding screens. The IdM is built using bootstrap 3 and django templates. You don’t need to be an expert in django to modify this templates but I would recommend learning the template language basics.
The templates are located here. Specifically, you will need to modify:
– login screen
– registration screen
– authorization screen
If you encounter any problem you can ask here or open an issue in the official repo.
Cheers!
Source:stackexchange.com