Answer the question
In order to leave comments, you need to log in
Remove animation from Wordpress menu?
Good afternoon, when loading the site https://aeropods.de/ , there is a transition animation in the menu (it pops up on the left). How can I disable it, tried CSS but didn't work, thanks in advance for any help
Answer the question
In order to leave comments, you need to log in
here https://aeropods.de/wp-content/themes/Divi/js/cust...
look for the line
and parse the code.
or the easy way:
in css set #et-top-navigation {padding-left: 149px;} for the block
.logo_container {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question