This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Robert Hall
Hi,
I’m building a site using Classico and am using the sticky menu when the user scrolls down. At the moment only the logo is showing in this area, until the user moves his mouse over the sticky area, when the menu items then show.
1) Is it possible to have the menu items show all the time, rather than when the user mouses over the area?
2) If the first question is possible, I may also be asked to move the logo to the left on the sticky menu and have the menu items float to the right of it. Please explain how to do this too.
Thanks for your help, much appreciated 🙂
best wishes, Tim
Hello,
1. Please add this code in 8Theme Options > Styling > Custom CSS > Global Custom CSS:
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
overflow: visible !important;
}
.fixNav-enabled .fixed-active .menu-wrapper {
max-height: 100px !important;
}
2. Use this code in Global Custom CSS:
.fixNav-enabled .fixed-active header .header-type-6.slider-overlap .header .header-logo {
width: 10% !important;
float: left !important;
}
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
margin-top: -70px;
float: right;
}
.fixNav-enabled .fixed-active .navbar {
width: 200px;
}
Regards,
Eva Kemp.
Sorry for the delayed response … worked perfectly, thank you very much 🙂
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: best selling, menu items, persuasive, sticky menu, themes, woocommerce
The issue related to '‘Sticky Menu – Show Menu Items at all times’' has been successfully resolved, and the topic is now closed for further responses