hi i’m looking for a customization.
i need to change the transition of mobile menu when opened.
i need an animation top to bottom instead right from left
i’m running the latest version of enfold and wp 5.2.1
thank you
please someone can help me
Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
can you show me the file and the row where the burger menu is? so i can edit by my self.
thank you.
Hi weasyweb2015,
You can look for the scripts in the /enfold/js/ folder.
Best regards,
Victoria
ok but is possible to know the name of the file?
Hi weasyweb2015,
Can you try adding this css code in Quick CSS? it’s located in Enfold > General Styling:
#top .av-burger-overlay-scroll {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
}
.html_av-overlay-side.av-burger-overlay-active-delayed #top .av-burger-overlay-scroll {
-webkit-transform: translateX(0);
transform: translateX(0);
}
Hope it helps.
Best regards,
Nikko
YES, IT WORKS
thank you very much
Hi weasyweb2015,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko