Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It’s possible that your theme’s CSS has overwritten the CSS code for the navigation.

    You can try to add the following CSS code to you site. This should fix the nav positioning issue.

    ul.flex-direction-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    Thread Starter essaund

    (@essaund)

    Hello

    Thank you so much!

    That fixes the issue.

    Regards

    Hi,

    I’m glad we’re able to help. I’ll be closing the ticket now.

    Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Buttons Appear on the Bottom of the Slide’ is closed to new replies.