Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #846508

    When you set the menu to have logo center and menu below, the header is sticky and shrinking, the menu is the new 2017 hamburger, and the overlay menu is activated, I’m running into the following problem:

    When opening the menu, the button to close the menu is nowhere to be found.

    #846519

    It looks like it’s a z-index issue on av-burger-overlay

    #846539

    Hi,

    Please provide a link to the site in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #846544

    Hi,

    Try adding the following to quick css:

    
    .avia_transform #top .avia-progress-bar div.progress.avia_start_animation .bar-outer {
        -webkit-animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }

    If this isn’t working please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #850634

    I was able to fix it by adjusting the z-index, I just wanted to let somebody know! Thanks again!

    #850774

    Hi,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #851072

    You can go ahead and close it – Thanks

    #851112

    Hi,

    I’m glad you were able to find a solution to this problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold 4.1: Think I found a bug’ is closed to new replies.