Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1104931

    hi i’m looking for a customization.

    i need to change the transition of mobile menu when opened.
    i need an animation top to bottom instead right from left
    i’m running the latest version of enfold and wp 5.2.1

    thank you

    #1105218

    please someone can help me

    #1105860

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1106651

    can you show me the file and the row where the burger menu is? so i can edit by my self.

    thank you.

    #1106977

    Hi weasyweb2015,

    You can look for the scripts in the /enfold/js/ folder.

    Best regards,
    Victoria

    #1106980

    ok but is possible to know the name of the file?

    #1107171

    Hi weasyweb2015,

    Can you try adding this css code in Quick CSS? it’s located in Enfold > General Styling:

    #top .av-burger-overlay-scroll {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
    }
    
    .html_av-overlay-side.av-burger-overlay-active-delayed #top .av-burger-overlay-scroll {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    Hope it helps.

    Best regards,
    Nikko

    #1107174

    YES, IT WORKS

    thank you very much

    #1107192

    Hi weasyweb2015,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘change mobile menu transition’ is closed to new replies.