dawn theme center the header without affecting the logo

Solved

dawn theme center the header without affecting the logo

schaschlyk
Excursionist
18 0 5

https://schaschlyk.de

password: leeklas

is there a way to center the navigation while the rest remains? also without changing the mobile version

 

Accepted Solution (1)

Guleria
Shopify Partner
3404 679 963

This is an accepted solution.

Hello @schaschlyk,

1. Go to Online Store->Theme->Edit code
2. Asset->base.css-> paste bellow code in bottom of file

.header__inline-menu {
    margin: 0 auto !important;
}

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
3404 679 963

This is an accepted solution.

Hello @schaschlyk,

1. Go to Online Store->Theme->Edit code
2. Asset->base.css-> paste bellow code in bottom of file

.header__inline-menu {
    margin: 0 auto !important;
}

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
fosterfinds
Visitor
2 0 0

Hello,

 

My site is: fosterfinds.com

I tried the same code to center the navigation, but I don't see any changes to my header.

Need Help please!

schaschlyk
Excursionist
18 0 5

the code worked for me with out any problems at all.

maybe you have some additional code somewhere that affects the header, which makes this code useless? i dont know.