V1.7 'Stay Connected' and 'Forgot password' button at the wrong place

rimas06

Member
XNullUser
Joined
Feb 22, 2022
Messages
187
Reaction score
4
Points
18
NullCash
3
Hi all,


I got this bug recently in all my 1.7 prestashop sites (different subversions as well) : The two buttons that allows to stay connected or to reset our password are unclickable and not in their place.


I got this little CSS code to take it back to normal


Step 1 : Connect through FTP to your website


Step 2 : Go to /public_html/{youradmin}/themes/default/public and download theme.css


Step 3 : Open it in an editor, go on line 6 and click 'End' to go at the end of the line (you don't really see it but you'll be there)


Step 4 : Paste this at the end of the line :

.bootstrap #login-panel .show-forgot-password{overflow: auto;}.bootstrap #login-panel #remind-me{overflow: auto;}

Step 5 : Save and put back on your server. Enjoy. (You may need to refresh the browsers cache)
 

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,495
Reaction score
1,422
Points
113
NullCash
6,147
Bad practice solution. Мore precisely wrong file. U should use specific file overisde.css


admin-dev/themes/default/css/overrides.css:

add

form#login_form {
position: relative;
}
 

zyhivan

Member
XNullUser
Joined
Aug 6, 2021
Messages
571
Reaction score
0
Points
16
NullCash
2,521
great module for import! Thank you so much! Thank you so much!
 
Top