Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #855090

    Hello,

    Is there any way to make the hamburger icon bigger? Like twice the size?

    Thanks.

    BC

    • This topic was modified 7 years, 1 month ago by smoke_house.
    #855097

    Hey smoke_house,
    . A
    Please provide a link to the page in question so we can inspect and look into this further. Otherwise you can add this to quick css to see if works for you:

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #advanced_menu_toggle, #advanced_menu_hide { font-size: 40px; }

    Best regards,
    Jordan Shannon

    #855517

    Hey Jordan

    Thanks for the quick response. Link in the private area. As I said, looking to make the hamburger menu button twice the size. Any help is appreciated.

    Your css didnt work for me. :-(
    BC

    • This reply was modified 7 years, 1 month ago by smoke_house.
    #855525

    Hi,

    Add the following to quick css. You already have some !important; declarations in there looks like so the below may not work. If you already have some custom css for the menu, please remove it.

    .av-hamburger-inner::before{
    top:-20px!important;
    }
    
    .av-hamburger-inner{
    height:10px!important;
    }
    
    .av-hamburger-box{
    width:70px!important;
    }

    Best regards,
    Jordan Shannon

    #856578

    Hi Jordan,

    I removed my conflicting CSS.

    Thanks for the CSS. It worked somewhat. :-) The middle bar is thicker but the top and bottom bars are still thin.

    Any ideas?

    BC

    #856584

    Hi,

    Add this to quick css as well:

    .av-hamburger-inner::before, .av-hamburger-inner::after {
    height:10px!important;
    }
    
    .av-hamburger-inner::after{
    top:20px!important;
    }

    Best regards,
    Jordan Shannon

    #856596

    Hi Jordan.

    Almost there!

    The ‘x’ close button on the menu overlay is screwed up.

    BC

    #856653

    Hi BC,

    Try adding this css code:

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

    Hope this helps :)

    Best regards,
    Nikko

    #856660

    Ok that worked thank you. There is still a bit of a wierd issue on the animation. a third bar pops up into view as it rotates.

    Not sure if thats fixable?

    BC

    #856824

    Hi BC,

    Can you try replace this css code:

    .av-hamburger-inner::after{
    top:20px!important;
    }

    to this one:

    .av-hamburger-inner::after{
        bottom: -20px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #857093

    Hi Nikko

    Unfortunately that didn’t change anything…

    #857345

    Hi,

    Can you give us temporary admin access? so we can try to change some css code.

    Best regards,
    Nikko

    #1227555

    Hello,
    i also have the hamburger icon with this code, but also i have problem with animation.
    Can I know how you solved it?
    Thank you
    Carlo.

    #1227592

    Hi,

    I’m not seeing an animation issue on the burger menu. Can you elaborate a bit?

    Best regards,
    Jordan Shannon

    #1227598

    Hello

    when i click to close the menu a line is off axis

    https://ibb.co/sCLGyDk

    Thanks
    Carlo.

    #1228129

    Hi Carlo,

    Thanks for giving us admin access.
    I have replaced this code in your Quick CSS:

    .av-hamburger-inner::before {
        top: -10px!important
    }
    
    .av-hamburger-inner {
        height: 5px!important
    }
    
    .av-hamburger-box {
        width: 55px!important
    }
    
    .av-hamburger-inner::before,.av-hamburger-inner::after {
        height: 5px!important
    }
    
    .av-hamburger-inner::after {
        top: 10px!important
    }
    
    .is-active .av-hamburger-inner::after {
        top: 0!important
    }

    to:

    .av-hamburger-inner,
    .av-hamburger-inner:before, 
    .av-hamburger-inner:after {
      height:5px!important;
    }
    
    .av-hamburger-box {
      width:55px!important;
    }

    Best regards,
    Nikko

    #1228130

    thank you so much!

    #1228138

    Hi opiz,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.