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! 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio1 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! 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio