Hi folks,
the new page is online but i have an issue with the menu.
It builds slow and you line after line … looks not nice .. I am using wp-optimze with preloading but same effect.. any ideas?
Hey Sebastian,
Thank you for the inquiry.
You can add this css code to disable the animation of the burger menu items.
#top #wrap_all #av-burger-menu-ul>li {
opacity: 100;
position: relative;
top: 0;
transition: none;
transform: none;
}
Best regards,
Ismael
Thx but this build the links slower than prevously.
Hi,
Thank you for the update.
We edited the code a bit. Please remove the previous code and replace it with the following.
#top #wrap_all #av-burger-menu-ul>li {
opacity: 100;
position: relative;
top: 0;
transition: none;
transform: none;
left: 0;
right: auto;
text-align: left;
border-bottom: 0.1em solid #fff!important;
text-align: left;
font-weight: 800;
font-size: 28px;
text-transform: uppercase;
}
#top #wrap_all #av-burger-menu-ul>li:first-child {
border: none !important;
}
Best regards,
Ismael
Mega .. top .. thats pretty cool now.
Thank you .. we can close this ticket