Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • jamesshin Friend
    #683267

    the background images are not behaving correctly when viewed on iPhones or below 767px. i have 3 images (modules) in place. the first image “Slide 2” is resizing correctly but the 2nd and 3rd images (JA Uber, ELEVATE) is not resizing but enlarges and overflows to the right side. i changed the orders but only the first item will view correctly but the latter shifts position. assistance needed to fix this issue.

    thanks in advance…

    Ninja Lead Moderator
    #683712

    Hi,

    In this case, I need to check that bug directly on your site but I could not access the URL of your site.

    Regards

    Ninja Lead Moderator
    #748451

    Hi,

    In this case, I need to check that bug directly on your site but I could not access the URL of your site.

    Regards

    jamesshin Friend
    jamesshin Friend
    Ninja Lead Moderator
    #683980

    <em>@jamesshin 492178 wrote:</em><blockquote>http://181.224.139.166/~lighth92/hw/administrator/</blockquote>

    Hi,

    You can use this way to fix the problem on your site

    Open templates/uber/css/custom.css file, add new rule

    @media (max-width: 767px) {
    .carousel .acm-hero {
    width: 100% !important;
    height: 100% !important;
    background-size: auto 100% !important;
    }
    }

    Regards

    Ninja Lead Moderator
    #748575

    <em>@jamesshin 492178 wrote:</em><blockquote>http://181.224.139.166/~lighth92/hw/administrator/</blockquote>

    Hi,

    You can use this way to fix the problem on your site

    Open templates/uber/css/custom.css file, add new rule

    @media (max-width: 767px) {
    .carousel .acm-hero {
    width: 100% !important;
    height: 100% !important;
    background-size: auto 100% !important;
    }
    }

    Regards

    jamesshin Friend
    #684943

    thanks Ninja. i added these lines to custom.css but doesn’t fix the problem. when i scroll down, images enlarges and overflows to the right. this only happens after the first slide.

    help?

    jamesshin Friend
    #748796

    thanks Ninja. i added these lines to custom.css but doesn’t fix the problem. when i scroll down, images enlarges and overflows to the right. this only happens after the first slide.

    help?

    Ninja Lead Moderator
    #684980

    Hi,

    I fixed the problem directly on your site with the solution below

    @media (max-width: 767px) {
    .carousel .acm-hero {
    width: 100% !important;
    height: 100% !important;
    }
    .acm-hero.full-screen .hero-content {
    padding-bottom: 0px !important;
    }
    }

    Now, you can help me to check it again, let me know if it helps

    Regards

    Ninja Lead Moderator
    #748832

    Hi,

    I fixed the problem directly on your site with the solution below

    @media (max-width: 767px) {
    .carousel .acm-hero {
    width: 100% !important;
    height: 100% !important;
    }
    .acm-hero.full-screen .hero-content {
    padding-bottom: 0px !important;
    }
    }

    Now, you can help me to check it again, let me know if it helps

    Regards

    jamesshin Friend
    #686048

    kudos to you Ninja…ty

    jamesshin Friend
    #748904

    kudos to you Ninja…ty

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

This topic contains 13 replies, has 2 voices, and was last updated by  jamesshin 9 years, 1 month ago.

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