Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • infi Friend
    #194469

    Hello,
    I’m using the default menu and slider. I have problem with those submenus that have bigger height. Slider tabs are OVER the menu.
    Can someone help me?
    http://new.mak-company.net

    Saguaros Moderator
    #521229

    This issue is often due to the stack order of a HTML element. You can control this order by changing the z-index property. An element with greater stack order is always loaded in front of an element with a lower stack order.

    In this case, you can open /modules/mod_jaslideshow/assets/themes/travel/style.css file, at approx line 22:


    #ja-slideshow .ja-slide-thumbs-wrap.ja-horizontal, .ja-horizontal {
    background: url("tab-slideshow.png") repeat scroll left top rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #C4C2C3
    bottom: 0;
    height: 40px !important;
    position: absolute;
    width: 960px !important;
    z-index: 119; <<< change to this value
    }

    Once done, remember to clean JAT3 cache. Hope this helps.

    infi Friend
    #521362

    Done. Thank you very much!

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

This topic contains 3 replies, has 2 voices, and was last updated by  infi 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum