-
AuthorPosts
-
September 21, 2017 at 10:34 pm #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.
September 21, 2017 at 11:04 pm #855097Hey 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 ShannonSeptember 22, 2017 at 7:01 pm #855517Hey 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.
September 22, 2017 at 7:26 pm #855525Hi,
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 ShannonSeptember 25, 2017 at 4:49 pm #856578Hi 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
September 25, 2017 at 4:58 pm #856584Hi,
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 ShannonSeptember 25, 2017 at 5:09 pm #856596Hi Jordan.
Almost there!
The ‘x’ close button on the menu overlay is screwed up.
BC
September 25, 2017 at 6:19 pm #856653Hi BC,
Try adding this css code:
.is-active .av-hamburger-inner::after { top: 0 !important; }
Hope this helps :)
Best regards,
NikkoSeptember 25, 2017 at 6:44 pm #856660Ok 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
September 26, 2017 at 8:43 am #856824Hi 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,
NikkoSeptember 26, 2017 at 6:52 pm #857093Hi Nikko
Unfortunately that didn’t change anything…
September 27, 2017 at 7:50 am #857345Hi,
Can you give us temporary admin access? so we can try to change some css code.
Best regards,
NikkoJuly 2, 2020 at 5:49 pm #1227555Hello,
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.July 2, 2020 at 10:45 pm #1227592Hi,
I’m not seeing an animation issue on the burger menu. Can you elaborate a bit?
Best regards,
Jordan ShannonJuly 2, 2020 at 11:33 pm #1227598July 6, 2020 at 2:29 am #1228129Hi 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,
NikkoJuly 6, 2020 at 2:32 am #1228130thank you so much!
July 6, 2020 at 3:50 am #1228138Hi opiz,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.