Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • svarmuza Friend
    #137763

    Greetings,
    I use Corona template 1.5 and in SOBI2 listing slide menu shows above image lightbox popup. I assume that it has to do something with z-index but I couldn’t figure it out.
    The site in question is http://www.book-croatia.info/15/en-gb/apartments-and-accommodation-in-croatia/bungalow-petrovic.html
    Thank you for your help.
    Sasa

    Sherlock Friend
    #289473

    Dear svarmuza !

    You can fix it following way below :
    Open template.css file in templates/ja_corona/css folder , find following code section at bout line 808 :


    #ja-mainnav {
    height:100px;
    position:absolute;
    right:1px;
    top:0;
    width:725px;
    z-index:10;
    }

    change to :


    #ja-mainnav {
    float:right;
    height:100px;
    width:725px;
    z-index:10;
    }

    svarmuza Friend
    #289491

    Great,
    This has solved the problem.
    Thank you very much.
    Sasa

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

This topic contains 3 replies, has 2 voices, and was last updated by  svarmuza 15 years, 7 months ago.

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