Problem css in register module, help me please

Posted in: Newspaper
Post count: 33

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.

Post count: 20688

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

Post count: 33

Hello,

How to make the error message or the registration confirmation message remain in the frame, it looks like it’s an error in the theme, maybe because I use French, I do not do not know.

I do not know the css, could you help me please?

Cordially.

Post count: 20688

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

Post count: 33

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.

Post count: 20688

Hi,

I see the issue, add this code as well and check the results

.td-login-inputs {
margin-top: 15px;
}
.mfp-content .td_display_err {
margin:0;
}

Thanks

Post count: 33

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.

Post count: 33

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.

Post count: 33

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

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.