Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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!
This is an accepted solution.
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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025