Hi,
I would like to adjust the position of the email form on m password page so that it sits below “Enter using Password”.
I am using the spotlight theme.
Email: geffcori.com
password: GeffDoe
Hi,
I would like to adjust the position of the email form on m password page so that it sits below “Enter using Password”.
I am using the spotlight theme.
Email: geffcori.com
password: GeffDoe
Hi @abalves97
Try this one.
.password .email-signup-banner__box {
display: flex;
justify-content: center;
height: 100%;
}
.password .email-signup-banner__box div {
display: flex;
height: 50%;
}
.password .newsletter-form {
align-self: end;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Yes but i want it to be the same length as it was when it was above.
yes please