Slider Overlay Sizing on iPad and other mobile devices…

This topic has 10 replies, 1 voice, and was last updated 4 years, 7 months ago by Julie E..

Viewing 10 reply threads
  • Author
    Posts
    • #1713


      Julie E.
      Guest

      Hello,

      The slider overlay is not adjusting when used with certain mobile devices (iPad); it is slightly short with a gap that does not cover the lower portion of the image. How can I get this to adapt to the device used?

      Thanks,

      Julie

    • #1715


      Spiracle Themes
      Guest

      Hi Julie,

      Please post your website URL and also attach a screenshot of your issue.

      Best Regards

    • #1717


      Julie E.
      Guest
      This reply has been marked as private.
    • #1719


      Spiracle Themes
      Guest

      Hi Julie,

      Try the CSS below

      #slider .item span{
      height: 100%;
      }

      Copy and paste this in Appearance -> Customize -> Additional CSS
      Let us know if this helps you out.

      Best Regards

    • #1720


      Julie E.
      Guest

      Thank you! I added the CSS, but the gap remains. Do you have any other recommendations?

      Julie

    • #1721


      Spiracle Themes
      Guest

      Hi Julie,

      Open a new private window or incognito mode and then check the page

      Best Regards

    • #1722


      Julie E.
      Guest

      Thank You. I checked the view using incognito mode and the gap is still there – but only when using an iPad.

      The slider overlay is too short, however, the slider image fits well in all of the device views including iPad. I need the overlay lengthened to fit the image. Can the overlay and image be tied to the same code for width and height to ensure compatibility on all devices?

      Thank You,

      Julie

    • #1723


      Spiracle Themes
      Guest

      Hi Julie,

      Could you provide us a test link maybe then only we can assist you better? Are you using the free version or pro version of theme?

      Best Regards

    • #1724


      Julie E.
      Guest
      This reply has been marked as private.
    • #1726


      Spiracle Themes
      Guest

      Hi Julie,

      After inspecting the homepage, I find out that the CSS gets overridden by another CSS so we have to use !important in our CSS

      #slider .item span {
      height: 100% !important;
      }

      For the 2nd issue, It seems like its setting (SOW SLIDER) is preventing the image to show on mobile. The code clearly shows that the breakpoint is 780px. It means the image will not show below 780px screen size.

      Check this Screenshot
      VIEW SCREENSHOT

      Best Regards

    • #1728


      Julie E.
      Guest

      Got it… Thank you so much – you all are awesome!

      Julie

Viewing 10 reply threads

Reply To: Slider Overlay Sizing on iPad and other mobile devices…

Your information:




Cancel