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

    Hello I would like to make the burger menu smaller (and thinner) I tried these codes:

    .av-hamburger-box {
        width: 25px;
    }
    #av-burger-menu-ul li a span {
        font-size: 20px !important;
    }

    but they don’t work for me.

    I attach a link and a screenshot of what I am trying to achieve.

    Thanks

    #1188193

    Hey studiono,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-hamburger-inner, 
    .av-hamburger-inner::before, 
    .av-hamburger-inner::after {
        height: 1.5px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1188291

    thanks but it is not working, I tried putting that everywhere with no luck… I attached an image to show better what I need to achieve. On the left is the desired menu, on the right what I have right now.

    Thanks!

    • This reply was modified 4 years, 8 months ago by studiono.
    #1188612

    Hi studiono,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-hamburger-inner, 
    #top .av-hamburger-inner::before, 
    #top .av-hamburger-inner::after {
        height: 1.5px;
    }
    
    #top .av-hamburger-box {
        width: 30px;
        height: 5px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1188673

    thanks Victoria, but it is still too big, I attach here a screenshot with what I need and I what I see now. Thank you very much

    #1188685

    Hi,

    Add this to quick css:

    #top .av-hamburger-inner::before{
    margin-top:5px;
    }
    
    #top .av-hamburger-inner::after{
    margin-bottom:5px;
    }

    Best regards,
    Jordan Shannon

    #1188686

    Thanks Jordan I changed a bit the width and now it’s perfect. How can I change the color of the lines?

    thanks!

    #1188687

    ops – there’s something wrong with the menu whan I click it and.. .look at the X in the screenshot!

    #1188711

    Hi,

    Add this to quick css as well:

    #top .av-hamburger.is-active .av-hamburger-inner::after{
    margin-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1188789

    Thanks Jordan I think now it works!

    #1188871

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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