Hello,
1. Is there a way to get rid of the top and the bottom section when opening the burger menu.
On top of my HOME button there is a lot of free space. Is there a way to reduce that space?
The TOP SPACE IN PARTICULAR, because the bottom space might adapt to the screen size anyways and cannot be avoided…
2. Is there a way to avoid the #toggle-ids in my URL. I have 3 anchors on my HOME page set and don’t want users to see them in the URL
THANKS Nora
Hey NoraGTS,
Sorry for the late reply, to remove the top padding in your burger menu, please try this css and adjust to suit:
#av-burger-menu-ul {
vertical-align: top !important;
padding-top: 0px !important;
}
you can’t remove the bottom space because it’s a full height element, I guess you could add more space between each menu item to spread them to the bottom.
Best regards,
Mike
awesome! thanks so much, that worked just fine!
oh, and how can you add more space in between? just by adding <br> after a menu item?
One more questions Mike: I set an animated number on my page, but the colors of the % sign, the + sign and the , are darker then the color set. Is there a way to get ONE color for the entire number + 104,1% ??
See link below.
Thanks Nora
Hi,
To add more space to the buttons, try this css:
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
padding: 30px 50px !important;
}
For the non-number elements of your number, please try this css:
#top.page-id-3543 .avia-animated-number span.avia-no-number{
opacity: 1 !important;
}
Best regards,
Mike
Great, you’re the best! Thanks Nora
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike