Comments 1Theo started the conversationDecember 15, 2022 at 2:18pmHello, i've created a password protected page but the login of it is on the back of our page logo. How to fix this ?Thanks! 1,973Support repliedDecember 15, 2022 at 4:36pmHi there,I'm thinking that the easiest way is to bring down the password protection with custom css, for exampleform.post-password-form { margin-top: 25%;}in addition you can add specific margins for responsive, for example@media only screen and (max-width: 768px) { form.post-password-form { margin-top: 60%; }}add the code to customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like 1Theo repliedDecember 15, 2022 at 6:52pmThanks, And what if i wanna have a different Top Margen on desktop and on mobile phone ?Thanks! 1,973Support repliedDecember 15, 2022 at 8:14pmthe two css code snippets i ve sent you are dealing first with desktop and second with mobileThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello,
i've created a password protected page but the login of it is on the back of our page logo. How to fix this ?
Thanks!
Hi there,
I'm thinking that the easiest way is to bring down the password protection with custom css, for example
form.post-password-form {
margin-top: 25%;
}
in addition you can add specific margins for responsive, for example
@media only screen and (max-width: 768px) {
form.post-password-form {
margin-top: 60%;
}
}
add the code to customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks, And what if i wanna have a different Top Margen on desktop and on mobile phone ?
Thanks!
the two css code snippets i ve sent you are dealing first with desktop and second with mobile
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy