Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • romolo Friend
    #201567

    Hi when we get down to a mobile/tablet size the JA promo bar is covering the sidebar navigation… How can we get around this? Please advise
    Thanks


    1. Mobile_Size_Nav_Bar
    Ninja Lead Moderator
    #550706

    You can move the button of JA promo bar module to left on mobile/tablet device on this case

    Open templates/ja_nuevo/css/custom.css file and add new rule

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .ja-promo-bar .buttons span {
    left: 0 !important;
    }

    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ja-promo-bar .buttons span {
    left: 0 !important;
    }
    }

    Let me know if it helps

    romolo Friend
    #550848

    Hi Ninja,

    Thank you for your response.. The code you provided hasn’t resolved the issue.. The promo bar is still displaying on the left side and partially covering the sidebar.

    Please advise how to resolve.

    Thanks

    Ninja Lead Moderator
    #550943

    @romolo: Just for better clarification, please include screenshot with describe on that here for further investigation. I will help you out.

    romolo Friend
    #551015

    Hi Ninja,

    Thank you for your response.

    Please see the attached screenshot for the issue we are having.

    Thanks


    1. JA-Promo-Bar_covering-menu
    Ninja Lead Moderator
    #551077

    Your site is down but you can try to fix this bug with my css style below

    Open templates/ja_nuevo/css/custom.css file and add new the css style

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    nav#t3-mainnav {
    padding: 0px 54px 0px 0px !important;
    }

    } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    nav#t3-mainnav {
    padding: 0px 54px 0px 0px !important;
    }
    }

    romolo Friend
    #551193

    Hi Ninja,

    Thank you for your response. We have added this to custom.css however it hasn’t had any effect on the position of the promo bar… It is still covering the side nav bar when browser is resized to mobile size.

    Please advise
    Thanks.

    Ninja Lead Moderator
    #551284

    I could not access URL of your site and admin login of your site included on thread. You can pm me URL, admin and ftp credentials of your site. I will hep you to solve it directly on your site.

    Ninja Lead Moderator
    #551338

    <em>@romolo 447894 wrote:</em><blockquote>Hi Ninja,

    Thank you for your response. We have added this to custom.css however it hasn’t had any effect on the position of the promo bar… It is still covering the side nav bar when browser is resized to mobile size.

    Please advise
    Thanks.</blockquote>

    I just fixed it directly on your site. Please check it again, let me know if it helps

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

This topic contains 9 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 1 month ago.

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