Hi.
On my website, https://www.smef.us, on the password page the logo isn’t centered and I can’t find any answers online on how to do it in the code. Could someone with a better grasp on coding give me a hand? The password is grunge.
Thanks a ton.
Hi.
On my website, https://www.smef.us, on the password page the logo isn’t centered and I can’t find any answers online on how to do it in the code. Could someone with a better grasp on coding give me a hand? The password is grunge.
Thanks a ton.
I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.
you can try with this code:
.password-header {
display: flex;
gap: unset;
grid-template-columns: unset;
padding: 2rem 5rem 2.5rem;
text-align: left;
position: relative;
}
.password-modal modal {
position: absolute;
right: 100px;
top: 20%;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
Where should I put this code?