Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #561823

    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!

    #562309

    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

    #562515

    Hi Rikard! Here is the screenshot I am referring to:

    #562588

    Hey!

    Add this code:

    .avia_transform3d #mobile-advanced {
        width: 101%;
    }

    Best regards,
    Ismael

    #562831

    Absolutely perfect like always. Thanks you guys.

    #562967

    Hi,

    Great, glad you got it fixed :-)

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.