Okay
  Public Ticket #1166157
Burger size
Closed

Comments

  •  3
    slego started the conversation

    hi! 


    Could you provide a code for defining the hamburger size ? 

    I would like a bigger burger.

  • [deleted] replied

    Hi slego,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though :)

    .menu-bar .ham:after, .menu-bar .ham:before {
        width: 30px !important;
    }
    .menu-bar .ham {
        width: 30px !important;
    }
    

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Will set this ticket as solved from here.

  •  3
    slego replied

    great thanks, this code only scales in width though, not height,.

  • [deleted] replied

    Custom CSS:

    .menu-bar .ham:before {
        top: -10px;
    }
    .menu-bar .ham:after {
        top: 10px;
    }
    

    If you make a modification like this, the X icon may show wrong.

    Will set this ticket as closed from here.

    Have a great weekend!

  •  3
    slego replied

    This solved the issue..

    .menu-bar .ham:after, .menu-bar .ham:before {
        width: 30px;
        height: 3px;

    }

    .menu-bar .ham {
        width: 30px;
        height: 3px;
    }

    .menu-bar {
        min-width: 75px;
        height: 75px;
        padding-top: 10px;
    }

  • [deleted] replied

    Glad to hear that

    Will set this ticket as solved from here.