Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2738718
MENU TOGGLE SIZES
Closed

Comments

  • colakkubilay started the conversation

    Hello,

    I have problem about menu toggle sizes, I share with u 2 screenshoot about for two situations, The menu bar gets very small when you scroll. The scrolled state should not shrink. Because it is almost invisible. The case on the phone is also extremely small, I definitely need to enlarge it in terms of user experience. I did not see such an option in the gem settings. And another problem, When I click responsive menu toggle, The menu opens without changing its animation(transition).

    Please help me, It's too important about user experience u know.

  •  5,055
    Michael replied

    HI!

    CSS example:

    #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle, 
    #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle, 
    #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle {
        width: 32px !important;
        height: 32px !important;
    }
    #primary-navigation .hamburger-toggle .menu-line-1, 
    #primary-navigation .hamburger-toggle .menu-line-2, 
    #primary-navigation .hamburger-toggle .menu-line-3 {
        height: 4px !important;
    }
    #primary-navigation .hamburger-toggle .menu-line-1 {
        top: 3px !important;
    }
    #primary-navigation .hamburger-toggle .menu-line-2 {
        top: 13px !important;
    }
    #primary-navigation .hamburger-toggle .menu-line-3 {
        top: 23px !important;
    }

     

    6707465710.png