Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #346519

    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; }
    }
    #346802

    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; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sticky tablet menu’ is closed to new replies.