Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    the menu toggle is being affected by the Elementor Global Button styles ie.

    .elementor-kit-48 button, .elementor-kit-48 input[type="button"], .elementor-kit-48 input[type="submit"], .elementor-kit-48 .elementor-button {
        padding: 75px 50px 75px 50px;
    }

    Which means you will need to add this CSS to correct that:

    .mobile-menu-control-wrapper .menu-toggle {
        padding: 0 20px;
    }
    Thread Starter bjorndfranzen

    (@bjorndfranzen)

    Hey David

    Thank you so much for your reply, works like a charm! =)

    Glad to hear that

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu button dead space’ is closed to new replies.