Dear support,
The hamburger of the tablet menu has to be resized too when the menu gets sticky. I’ve written the css below but it doesn’t work, I guess forgotten something.
#top .av_header_top.av_logo_left.av_main_nav_header.av_menu_right.av_custom.av_header_sticky.av_header_shrinking.av_header_stretch_disabled.av_mobile_menu_tablet.av_header_glassy.av_alternate_logo_active.header-scrolled advanced_menu_toggle { height: 30px; font-size: 22px; line-height: 22px; margin-top: -12px; }
}
I’ve ended up with the following css inside a mediaquery:
#top .av_header_glassy.av_header_transparency #advanced_menu_toggle{ height: 45px !important; font-size: 35px !important; line-height: 40px !important; margin-top: -23px !important; }
.html_mobile_menu_tablet .container #advanced_menu_toggle{ height: 25px !important; font-size: 22px !important; line-height: 22px !important; margin-top: -12px !important; }