This topic has 8 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
I wish to arrange and stint on the set menu when the page scrolls down, now disappears and reappears if you hover your mouse over the logo bar but I would not want that would create confusion. can be done that with the logo also it shrinks the menu and remains visbile instead of disappearing?
thank you
crdentials in private content
Hello,
Add this code in Global Custom CSS section:
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
overflow: visible !important;
}
.fixNav-enabled .fixed-active .menu-wrapper {
max-height: 100px !important;
}
Best regards,
Jack Richardson.
Ok, now it fixed but it would be possible to shrink a little as it does for the logo?
Hello,
Please also use this css code:
.fixNav-enabled .fixed-active .header-type-2 .menu-wrapper .menu > li > a {
padding-top: 0px;
padding-bottom: 8px;
}
Regards,
Eva Kemp.
I entered the last code, but the font size of the menu items remains the same, only a little shorter than white margin below
credentials in the private content
Hello,
Do you want to change menu items font-size?
Regards,
Eva Kemp.
I would like to change the font size of the menu items when skim the page and the logo shrinks, I wish you also shrinks menu
Hello,
To change menu items size in fixed header use this css code:
.fixNav-enabled .fixed-active .header-type-2 .menu-wrapper .menu > li > a {
font-size: 15px;
}
.fixNav-enabled .fixed-active .navbar {
padding: 0px 0 !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up