Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
This is an accepted solution.
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.
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
@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;
}
This is an accepted solution.
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.
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025