Okay
  Public Ticket #3336399
problem with slider
Closed

Comments

  • edwin carrizales started the conversation

    how can i fix the slider from being on top of my menu. since i have the slider on top page, it seems when im in mobile and i try to navigate with my menu i cant because the slider is on top of it and doesnt let me see the rest of the links.

    Attached files:  IMG_04E2DDAF433A-1.jpeg

  •  110
    George replied

    Hello Edwin,

    Please, add z-index: 100; style property to your .navbar element. You can use the following rule if you have an option to add custom css code somewhere:

    nav.navbar {
       z-index: 100;
    }

    Best Regards,
    George | Kreatura Dev Team