Hi,
This issue was solved before with #135882. But, after online the website, 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?
I attached the blow code in the child theme style.css. But it does not work.
@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%;
}
}
Any idea?
Best regards,