Hello!
I need help centering the logo and “Enter using password”. I want everything centered with the logo at the top and the password below. I can’t seem to change it anywhere using the Spotlight theme.
Hello!
I need help centering the logo and “Enter using password”. I want everything centered with the logo at the top and the password below. I can’t seem to change it anywhere using the Spotlight theme.
You would need to edit the CSS for the header in your theme code. I would approach it using a flex-box column. Hope that helps
Hello Steven,
Not sure how to do that? Can you assist?
Sure, whats your store URL?
Hey @OCEANL
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If that doesn’t completely solve it for you, show me how it looks and we can add more code to dial it in.
Alternatively DM me a collaborator password and I can jump in and do it for you
Hi @OCEANL ,
open your file css and insert below:
.password-header {
display: flex !important;
gap: 0px !important;
}
here is result:
mobile
desktop