This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Eva Kemp
Hey,
why is the navigation in the header not centered, but in the fixed-header it is?
Could you help me center them in normal headers as well?
Regards
Joey
Hello
Add this code in custom css, please!
.header-xstore .header-logo, .header-xstore .navbar-header, .header-xstore .menu-wrapper {
width: auto;
}
.header-xstore .header-logo {
margin-right: auto;
}
.header-xstore .navbar-header {
margin-left: auto;
}
You must be logged in to reply to this topic.Log in/Sign up