Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I move my header logo to the center?

Solved

How can I move my header logo to the center?

JAKAs
Visitor
3 0 0

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.

Screenshot 2021-10-01 at 1.38.42 AM.pngScreenshot 2021-10-01 at 1.39.03 AM.png

Accepted Solution (1)

Kinjaldavra
Shopify Partner
2303 570 1426

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.

View solution in original post

Replies 8 (8)

diego_ezfy
Shopify Partner
2969 571 917

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
Visitor
3 0 0
diego_ezfy
Shopify Partner
2969 571 917

@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

Kinjaldavra
Shopify Partner
2303 570 1426

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;
 }

 

Kinjaldavra
Shopify Partner
2303 570 1426

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.

JAKAs
Visitor
3 0 0
Livy0514
Visitor
1 0 0

Can you help me with my store too?

Kinjaldavra
Shopify Partner
2303 570 1426

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