Move "enter with password" to the middle

Hi my “enter with password” shows up at the top of my password page and I want to move it to the middle.

my website is https://illicitillicitillicit.ca/

thanks to anyone that helps!

Hi @dylan444

You can change the position of it by following this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

password-modal__content {
    position: absolute !important;
    top: 100% !important;
}

Here is the result :