Hello all,
Here are the screenshots to make you see my problem:
https://www.screencast.com/t/UaCcTqfmp
https://www.screencast.com/t/thPiZKmP
How to make the error message or the registration confirmation message remain in the frame and also that it is above td-login-panel-descr?
Thank you in advance for your help.
Hi,
You could inspect the elements with the browser inspector, see why they display like that
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Create code to style the elements as you wish. I cannot see the messages since I cannot make them appear.
Thanks
Hi,
I understand what the problem is, I will try to give you a solution. Please try entering this code in Theme panel->Custom CSS section
– https://www.screencast.com/t/MrFEIyc5jV
.mfp-content .td_display_err {
top: 115px;
}
It should create enough space so the text does not overlap.
Thanks
Hello,
.mfp-content .td_display_err {
top: 115px;
}
has moved well below my login or registration, however once registration is done, I do not fully see the confirmation of registration message: PLEASE CHECK YOUR E-MAIL, DOSSIER INDEX OR SPAM, THE PASSWORD HAS BEEN SENT THERE.
https://www.screencast.com/t/iB9b4srWGfN
as you see with my screenshot, I try to do it myself with the tool chrome inspector but I can not do it, can you help me please
Cordially.
No it does not work, with this code I hardly see the button create an account. https://www.screencast.com/t/xAoOU9KkDz
And the class td_display_err td_display_msg_ok remains at 900px by 39px. https://www.screencast.com/t/iB9b4srWGfN
Cordially.
I come back to you, I delete the complete cache of my computer and now the class td_display_err td_display_msg_ok, is displayed well, see screenshot: https://www.screencast.com/t/ZAN8iMjnQx
But as said before, the button to create an account, is almost no longer visible: https://www.screencast.com/t/xAoOU9KkDz
Cordially.
Hello,
I find how to enlarge the login window, I give the code, if it can be used by other members of the forum
.mfp-content .td-login-wrap {
position: relative;
height: 510px;
}
510px is enough for me, but you can change it if you wish.
Thank you again for your help