Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  4,772
    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