Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ovdemonz Developer
    #201736

    my site : http://www.essenshealth.com, in mobile layout, cart open display behind menu. refer image..

    http://prntscr.com/4rvnpn

    which css need to be edit? Appreciate help. Tq

    -Ali

    chavan Friend
    #551263

    Go to this File: /templates/ja_hawkstore/css/custom.css

    Replace this code

    @media screen and (max-width: 320px) {
    .ja-tabswrap.default .ja-tabs-title-left ul.ja-tabs-title{
    margin-top: 30px !important;
    }
    }

    @media screen and (min-width:321px) and (max-width:768px) {
    .ja-tabswrap.default .ja-tabs-title-left ul.ja-tabs-title{
    margin-top: 30px !important;
    }
    }

    with

    @media screen and (max-width: 320px) {
    .ja-tabswrap.default .ja-tabs-title-left ul.ja-tabs-title{
    margin-top: 55px !important;
    }
    }

    @media screen and (min-width:321px) and (max-width:768px) {
    .ja-tabswrap.default .ja-tabs-title-left ul.ja-tabs-title{
    margin-top: 55px !important;
    }
    }

    Go to this File: /plugins/system/jatabs/jatabs/ja.tabs.css

    Replace this code

    .ja-tabswrap .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: auto !important;
    z-index: 9999;
    }

    With

    .ja-tabswrap .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: auto !important;
    z-index: 9;
    }

    ovdemonz Developer
    #551340

    solved. Thanks @chavan.

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

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

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