This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow
Hi
Is there a way to place the search icon in the top bar to the left of the “login” area ?
Regards
Hello,
Do you want to move search like on screenshot http://prntscr.com/mu5six ?
Then add the following code to Theme Options > Custom CSS
.navbar-header.show-in-header .login-link {
order: 1;
}
.navbar-header.show-in-header .shopping-container {
order: 2;
}
If not then provide me screenshot how you want to show the search.
Regards
Perfect ! …. except when i’m logged, how to have this display when logged ?
Hello,
Then replace that code by
.navbar-header.show-in-header .login-link, .navbar-header.show-in-header .my-account-link,
.fixed-header .login-link, .fixed-header .my-account-link {
order: 1;
}
.navbar-header.show-in-header .shopping-container, .fixed-header .shopping-container {
order: 2;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up