I
I
ivan_grechka2019-04-23 08:56:17
css
ivan_grechka, 2019-04-23 08:56:17

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

2 answer(s)
I
iBird Rose, 2019-04-23
@iiiBird

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

V
Vladislav Lyskov, 2019-04-23
@Vlatqa

.logo_container {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

it pushes the menu

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question