How can I make the logo centered?

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

Your logo is already centered, I am missing something?

HI @hi143ily

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. 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