This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
When I scroll down the page on my website my header shrinks to a smaller version. Is there a way to show that smaller version of the header all the time? The main header (before scrolling) is too big.
I want this:
To always look like this:
Thanks
Hello,
Please try to add the following code in Global Custom CSS.
.header-logo img {
width: 94px;
}
.header-wrapper .menu > li > a{
font-size:13px;
}
.navbar {
padding: 10px 0;
}
Regards,
Robert Hall
That appears to have done the trick. Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Show Condensed "Scroll" Top Menu All the Time’' has been successfully resolved, and the topic is now closed for further responses