How can I make the logo centered?
2 Likes
Hello @hi143ily
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
HI @hi143ily
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.header-bar--center {
justify-content: center !important;
}
Here is the result:
I hope this helps
Best,
Daisy