dawn theme center the header without affecting the logo

Solved
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)

Accepted Solutions
Guleria
Shopify Partner
2236 459 676

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

Want to modify or custom changes on store hire me.
Email: guleriathakur43@gmail.com, Skype: navrocks1

Try GEMPAGES a great app with drag and drop features to design landing/product/individual pages.

View solution in original post

Replies 3 (3)
Guleria
Shopify Partner
2236 459 676

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

Want to modify or custom changes on store hire me.
Email: guleriathakur43@gmail.com, Skype: navrocks1

Try GEMPAGES a great app with drag and drop features to design landing/product/individual pages.
fosterfinds
New Member
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.