• Your menu icon have the size option of small, medium and large.
    Can I please have the CSS code to make the menu icon much larger.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @keru

    To create menu button to much lager you can try with code bellow:

    @media screen and (max-width: 568px) {
    button.menu-mobile-toggle {
    padding: 0 0.8em;
    }
    .is-size-mobile-large .hamburger .hamburger-box {
      margin-top: -2px;
      width: 40px;
    }
    .is-size-mobile-large .hamburger .hamburger-inner, .is-size-mobile-large .hamburger .hamburger-inner::after, .is-size-mobile-large .hamburger .hamburger-inner::before {
      width: 40px;
      height: 4px;
    }
    }

    Let me know if you need help more. Please contact us here to get quick support:

    https://pressmaximum.com/contact/

    Thread Starter keru

    (@keru)

    @boy8xnoname Thanks for that.

    I am using the hamburger menu on the desktop site as well. So if I understand correctly this will not work on the desktop view.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Icon’ is closed to new replies.