How can I move my header logo to the center?

I would like to move the header logo to the center.

Can anyone please assist? Currently it is a bit to the right. It happened after modify site-nav and search-bar.

Hello @JAKAs ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

hello @JAKAs

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

https://www.sharicca.com

https://www.sharicca.com/

@JAKAs , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.header-item--navigation{
    display: none !important;
}

Kind regards,
Diego

hello @JAKAs

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.header-item--navigation{
    display: none !important;
}
 .header-item--logo {
    -webkit-box-flex: 0 0 30% !important;
    -moz-box-flex: 0 0 30% !important;
    -webkit-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
 }

Can you help me with my store too?

hello @Livy0514 can you please share your shop url and if any password then please share password