This topic is: not resolved
-
Temp site URL: http://6e5.3b7.myftpupload.com/
I would like to make the menu logo larger, which is a the top left of the screen. I have the transparent menu system and have code that allows the menu logo to become larger when the sticky menu appears while scrolling down and it looks how the customer wants. In short, I would like the way the menu logo looks to match its starting condition and when the user scrolls down causing the sticky menu to appear. I want to logo to look the same under both conditions (larger). See attached examples.
The code I have to do what I like with the menu logo appearance during sticky is:
.navbar-fixed-top .logo-fixed{
max-height:none;
}
Thank you so much for any help that you can give me!