This topic has 2 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hi,
Please advice how to make the logo in center position when using fix header (fixed option) , because when I you scroll down the logo position on the right.
Thank you
Hello,
You can add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.fixed-header .header-logo {
order: 2;
width: 50%;
text-align: center;
}
.fixed-header .menu-wrapper {
order: 1;
padding-left: 0px !important;
width: 25%;
}
.fixed-header .navbar-header {
order: 3;
width: 25%;
margin-left: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up