Home Forums Basel support forum drop-down under the slider

drop-down under the slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19255

    patricio da acosta
    Participant

    Hello Goodnight

    the drop-down series is under the slider

    How do I solve that?

    only there, since if I test a drop-down in the main-menu is above the slider

    #19261

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .animated {
        -webkit-animation-fill-mode: initial;
        animation-fill-mode: initial;
    }

    Regards

    #19311

    patricio da acosta
    Participant

    thank you very much! it worked

    #19318

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)