Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #722151

    Hey guys, I have a super picky client (it’s bee frustrating), who is saying that the fullscreen slider is not rendering correctly on their iPhone 5s.
    It’s getting cutoff at the bottom. Can you help with this?

    The slider can be seen on the homepage of the site:

    Thanks!

    #722246

    Hey Justin,

    Can your client post a screenshot on how it looks on his iphone 5s? I don’t see it cut off on my end using an emulator.

    Best regards,
    Nikko

    #722266

    Nikko, this is a link to what they’re seeing…

    And this is a direct quote from them…

    “We can’t see the bottom of the images in the slideshow or the arrow indicating down unless we scroll down.”

    They are VERY picky. So this has been a challenge. Thanks

    #723399

    Hi Justin,

    Sorry for the late response, can you try to add this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      avia-fullscreen-slider .avia-slideshow {
        max-height: 86vh !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #724043

    Nikko, so NOT in my child-theme CSS?

    #724255

    Hi Justin,

    It should work there as well, whatever you prefer :-)

    Best regards,
    Rikard

    #724716

    Not sure that fixed it.

    #725785

    Hi,

    Depends on your preference, the main advantage of Quick CSS over the child theme’s style.css is you don’t need to clear browser cache to see the effect. Glad we could help :)

    Best regards,
    Nikko

    #726645

    OK thank you
    so according to the client, this is still not rendering correctly on their 5s

    #728142

    Hi,

    I tried to check the link you’ve provided, but it’s not available anymore. Can you provide us a precise link again please?
    Also don’t forget to clear browser cache on your device, as well as check on another device, too.

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.