Hello! For my mobile navigation I have this custom css entered to give it a different effect (found it on another post)
.avia_transform3d #mobile-advanced {
opacity: 0;
top: -100%;
left: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
I tried to add “right: 0;” to remove the gap you see on the right when clicking on the navigation icon, but it didn’t help. Could you guys please help me remove this gap?
Thank you!
Hey digitalammo,
I’m not sure what gap you are referring to, could you post a screenshot or explain a bit further please? I’m not sure on what site you are having this problem either.
Thanks,
Rikard
Hi Rikard! Here is the screenshot I am referring to:
Hey!
Add this code:
.avia_transform3d #mobile-advanced {
width: 101%;
}
Best regards,
Ismael
Absolutely perfect like always. Thanks you guys.