Okay
  Public Ticket #1521791
Responsiveness of Default Splash slider
Closed

Comments

  • danatrik started the conversation

    I really like the Default Splash Slider, which looks great on your demo site, but when I downloaded it and tried to adapt it to my needs it wasn't very responsive. It cuts of the type on the right side on my computer and on my mobile device there is a big gray area at the bottom. How can I fix that?

  • [deleted] replied

    Hello danatrik,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    I have checked your site but for me the slider is being responsive currently.

    Have you managed to fix the problem in the meantime ?

    In case not, could you please specify on what OS/browser/device are you experiencing this exactly ?

  • danatrik replied

    Thank you Attila. The problem is on my iPhone. OS 11.2.8. Chrome or Safari, same problem for each.There is a large gray area under the slider and it doesn’t crop off at the bottom. See attached Screen shots

  • [deleted] replied

    Thank you for the feedback. I was able to reproduce the problem on an iPhone. My colleagues and I will look into this to see what might be the problem, and get back to you shortly.

  • [deleted] replied

    Hello again,

    Thank you for your patience. The issue is caused by your custom code in the style.css file:

     .sc-slideshow > * {
        min-height: 400px;
    }

    You will need to remove this to solve the problem.