Hi guys! I was wondering how you can alter this code so that it looks like the menu just fades in rather than fading in from the top.
.avia_transform3d #mobile-advanced {
opacity: 0;
top: -100%;
left: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.avia_transform3d .show_mobile_menu #mobile-advanced {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
Hey peanuttario!
Send us a link to your page and we’ll take a look.
Best regards,
Elliott
Here is the link. Thank you!
Hi!
Please add following code to Quick CSS
.avia_transform3d .show_mobile_menu #mobile-advanced {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.avia_transform3d #mobile-advanced {
top: 0;
}
Regards,
Yigit
Hi Yigit! Thanks for the reply. I added it but it didn’t seem to do anything.
Hey!
Code is not being applied. Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
Yigit
hi! it was applied to the child theme css but i took it down since nothing changed. I just now applied it to the quick css if that helps but here are my login credentials if you still need them.
hm now that I’ve applied it to the quick css the menu does not work anymore.