Viewing 1 replies (of 1 total)
  • Plugin Author WOWSlider.com

    (@wowslidercom)

    Hi,

    Please open your style.css file and find this code:

    #wowslider-container2 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 960px;
    max-height:640px;
    margin:0px auto 0px;
    z-index:90;
    text-align:left; /* reset align=center */
    font-size: 10px;
    text-shadow: none; /* fix some user styles */

    /* reset box-sizing (to boostrap friendly) */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }

    Try to change z-index to 18 or lower.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu is behind slider on mobile devices’ is closed to new replies.