Adjust position of email form on password page

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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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