• Header menus are hidden by slider.. it does not overflow the slider.. and when we scroll sticky header overlapping by image.

    Does anyone have an idea ?

    • This topic was modified 5 years, 1 month ago by sirajkanoth.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sirajkanoth

    (@sirajkanoth)

    slider issue solved .. now sticky header is overlapped by images when we scroll

    Thread Starter sirajkanoth

    (@sirajkanoth)

    Fixed..

    .tg-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
    }
    #site-navigation ul.sub-menu {
    z-index: 999;
    height:100px;
    }
    .header-sticky .is-sticky #masthead {
    z-index: 999 !important;
    }

    Hi,

    Glad to know your issue is resolved. Feel free to ask again if you get any issue regarding the theme.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header over laping with sticky header’ is closed to new replies.