This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hi
I use the header menu type: https://www.8theme.com/demo/xstore/typography-page/team-members/?preset=header4
This header set a logo in the center.
But when it turns to sticky header, the logo moves to left side.
Is it possible to place the logo to the center in sticky header menu?
Hello,
Add the following code in custom CSS (Theme Options > Styling > Custom CSS) or in style.css of child theme.
@media only screen and (min-width:992px){
.fixed-header .header-logo{
order:2;
width: 20%;
padding-left: 0;
}
.fixed-header .header-logo img{
margin: auto;
}
.fixed-header .menu-wrapper{
order:1;
width: 40%;
text-align: left;
}
.fixed-header .navbar-header{
order:3;
width:40%;
}
}
Regards
Thank you, Olga!
Please close the case!
You are welcome!
Regards
The issue related to '‘Sticky header menu – layout’' has been successfully resolved, and the topic is now closed for further responses