is there a way to place this enter button more in the middle of the page?

hi!

is there a way to post this enter button more in the middle of the page, I already tried in theme settings but I can’t get It further to the middle.

www.gallerychristian.com

password: Christianrusso123

@christian_russo

sorry but your store password protect

Password is: Christianshop123

sorry my mistake

@christian_russo

thanks can you please try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15460582228161__1647180592e1e9be9a .isolate {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-template--15460582228161__1647180592e1e9be9a-padding {
    padding-top: 0 !important;
}

thanks!

Hey Christian, did this solution work for you just by pasting the code at the bottom of base.css? I can’t seem to get it to work on the Dawn theme.