Page 1 of 1

Modify design in Script Users Register, Login

Posted: 09 Sep 2016, 11:12
by guidovanharten
I am also translating the Script Users Register, Login, Online into Dutch. On my new login screen, the window where the user has to put his email and password fields and the button to proceed is too small (for the Dutch text).
Can you tell me in which file I can modify the sizes of these windows?

Regards.
Guido

Modify design in Script Users Register, Login

Posted: 09 Sep 2016, 16:21
by Admin
To change the design of that script, edit the css styles in the "style.css" and /or "usrpg.css" file.
You can use the browser console (F12) to identify where are the css properties in the css file.
The html code for the login form is in the "class.Users.php" file (line 18).

Modify design in Script Users Register, Login

Posted: 11 Sep 2016, 18:24
by guidovanharten
Thanks a lot!!
I read these files and found some information that helped me to resize the login form.

Regards,
Guido