Hi
On Helix Ultimate, Im trying to shrink the header + logo but also the menu when i scroll
I alreadt found the documentation on this forum to shrink header and logo, but when scrolled, the menu still remains the original height.
I would like to have a header logo and menu which is 100 px, but scrolled everything shpudl be 60 px
Now i Use this
#sp-header.header-sticky {height: 60px; background: rgba(255,255,255,0.8);}
#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span
{line-height: 60px;}
#sp-header.header-sticky .logo-image {
height: 60px;
}