• Resolved cheekymate06

    (@cheekymate06)


    How do i change the default hamburger size? I cannot see anything in elementor and unsure which class is controlling the hamburger size

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cheekymate06

    (@cheekymate06)

    When in tablet or mobile its looks flat and small. Just want to make the toggle button bigger

    Prosenjit Barman

    (@prosenjitbarman)

    Hello @cheekymate06,
    Thanks for reaching out to us.

    I can understand what you are looking for. The Size of the Hamburger can be increased in two ways. If you haven’t changed the Default Hamburger of ElementsKit Nav Menu widget yet, then you can copy the CSS code from below and paste it into the Appearance > Customize > Additional CSS section of your site by adjusting the width and padding value of the Hamburger.

    `@media (max-width: 1024px){
    .elementskit-menu-hamburger.elementskit-menu-toggler {
    width: 80px !important;
    padding: 20px !important;
    }
    }

    If you have changed the default Hamburger and added any other Hamburger icon, then please check this screenshot and adjust the size of the Hamburger Icon as per your needs.

    Let me know if any of the steps mentioned above helps. We are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hamburger size’ is closed to new replies.