Header menu size
-
My header area gets smaller when you scroll down the page, I would like for it to stay as the smaller size and not change in size.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.sticky-wrapper.sticking { height: 151px; } @media screen and (min-width: 1100px) { .sticking .custom-logo { max-height: 100px; } }Let me know if that doesn’t work!
Sage
- The topic ‘Header menu size’ is closed to new replies.