• Resolved ibroker

    (@ibroker)


    The images don’t resize based on being on a mobile device or not. It makes it hard to position things. On the 3rd slide, you can see how the image popups don’t resize to fit a mobile device.

    thanks in advance.

    • This topic was modified 4 years, 3 months ago by ibroker.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hi @ibroker,

    Thanks for reaching here.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put below CSS in the section.

    @media screen and (max-width: 640px) {
    #slider-1-slide-3-layer-22 a {display: block;}
    #slider-1-slide-3-layer-22 a img {width: 20px; margin-top: -8px;}
    #slider-1-slide-3-layer-46 {left: -20px;position: relative;display:block;}
    #slider-1-slide-3-layer-25 a {display: block;position: relative;left: -20px;top: -5px;}
    #slider-1-slide-3-layer-25 a img {width: 60px;}
    #slider-1-slide-3-layer-26 a {position: relative;top: -5px;left: -10px;}
    #slider-1-slide-3-layer-26 a img {width:20px;}
    }

    Please add then check and let me know if anything else.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Image popups aren’t responsive in mobile devices’ is closed to new replies.