Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1124808

    Hi,
    I would like to change the size of the bars and the distance of them in the burger menu. With which CSS code is it possible ?

    #1124896

    Hey Veloryana,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1124927

    Hi Victoria,

    I would like to change the width and the size of the lines in the burger menu.
    I ´d like to customize the burger.
    Thx for the fast reply.

    Best,
    V

    #1125052

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-hamburger-box {
        width: 50px;
    }

    Best regards,
    Rikard

    #1127675

    Hi Rikard,
    thx for your code. It only changed the width but what i would like to do is, to make the indivual liens a bit thicker noch wider. thx.

    best regards,
    V

    PS: i found this code online :

    .av-burger-menu-main
    {padding-left: -5px !important;
    padding-right: 0px !important;
    background: linear-gradient(to top,}

    .av-hamburger-inner::before
    {top: 0px!important;}

    .av-hamburger-inner
    {height:500px!important;}

    .av-hamburger-box
    {width: 50px!important;}

    would it crash my site or should i use it ?

    #1127684

    Hi,

    CSS should not crash the site. If it doesn’t work out simply remove it.

    Best regards,
    Jordan Shannon

    #1127689

    Hi,
    its not working but it descirbes, something what i would like to do, could somebody tell me, why this code isn´t working please ?

    Best,
    V

    #1127696

    Hi,

    i already solved it:

    .av-hamburger-inner,
    .av-hamburger-inner::before,
    .av-hamburger-inner::after {
    width:35px;
    height:3.5px;
    border-radius:3px;
    }

    thx for your help

    sincerly,
    V

    #1127814

    Hi V,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1132309

    Hi Rikard,
    yes, yes you can close it. Thank you.

    Best,
    V

    #1132337

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘optimize the burger menu’ is closed to new replies.