How to move search bar from the bottom of the top navigation to the right
#auto-print-nav-collapse ul.navbar-nav {
margin-left: auto !important;
margin-right: auto !important;
/* float: none; */
}
look to see if that exists in the theme settings and comment out float:none and if it doesnt exist use this
#auto-print-nav-collapse ul.navbar-nav {
margin-left: auto !important;
margin-right: auto !important;
float: left !important;
}
Here's how to apply the code:
- Login to your admin
- Go to Storefront CMS
- CMS Features
- Theme Settings
- Custom CSS tab
- Copy the code in blue above and paste it at the top or bottom of the "Global Custom CSS Code" box.
- Save/Update Layout
- Go to your storefront, refresh, and the 3 default images will be removed
